From c5cb75491217af807f22f80b2f60fa49e214667b Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 7 Feb 1997 03:20:35 +0000 Subject: add -Wno-uninitialized --- sys/arch/sun3/conf/Makefile.sun3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch/sun3') diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index 2190bb19b49..787153cd726 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -38,7 +38,7 @@ XDEFS= -undef -D__OpenBSD__ -Dm68k -Dmc68000 CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -Dmc68020 -Dsun3 ${XDEFS} CWARNFLAGS= -Werror -Wall -Wstrict-prototypes \ - -Wno-format \ + -Wno-format -Wno-uninitialized \ # -Wmissing-prototypes CFLAGS= ${DEBUG} ${CWARNFLAGS} -O2 -msoft-float -pipe AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE -- cgit v1.2.3