From 126a7dc2ced505dd9c0a2adb80b21fa794181a05 Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 7 Feb 1997 03:20:34 +0000 Subject: [PATCH] add -Wno-uninitialized --- sys/arch/sun3/conf/Makefile.sun3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1