From 1628730478bd5e360d7fcbe2114f632ccdf73c1b Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 4 May 2003 18:34:00 +0000 Subject: [PATCH] This is now Gcc 3.3 WARNS 6 clean. --- lib/csu/i386-elf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile index c5b902a2eec..7e2510cb64e 100644 --- a/lib/csu/i386-elf/Makefile +++ b/lib/csu/i386-elf/Makefile @@ -5,6 +5,7 @@ SRCS= crt1.c crti.S crtn.S OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o +WARNS?= 6 CFLAGS+= -elf -Wall \ -I${.CURDIR}/../common \ -I${.CURDIR}/../../libc/include