add -Wno-uninitialized
authorkstailey <kstailey@openbsd.org>
Fri, 7 Feb 1997 03:20:34 +0000 (03:20 +0000)
committerkstailey <kstailey@openbsd.org>
Fri, 7 Feb 1997 03:20:34 +0000 (03:20 +0000)
sys/arch/sun3/conf/Makefile.sun3

index 2190bb1..787153c 100644 (file)
@@ -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