summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/conf/Makefile.sun3
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sun3/conf/Makefile.sun3')
-rw-r--r--sys/arch/sun3/conf/Makefile.sun32
1 files changed, 1 insertions, 1 deletions
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