From: kstailey Date: Fri, 7 Feb 1997 03:20:34 +0000 (+0000) Subject: add -Wno-uninitialized X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=126a7dc2ced505dd9c0a2adb80b21fa794181a05;p=openbsd add -Wno-uninitialized --- 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