From 3342402046601616976b4607b04c23a60e0f9a68 Mon Sep 17 00:00:00 2001 From: kstailey Date: Tue, 4 Feb 1997 01:25:52 +0000 Subject: [PATCH] adjust warning flags --- sys/arch/sun3/conf/Makefile.sun3 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index 5a4a80f0b77..2190bb19b49 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -37,7 +37,9 @@ INCLUDES= -I. -I$S/arch -I$S -nostdinc XDEFS= -undef -D__OpenBSD__ -Dm68k -Dmc68000 CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL \ -Dmc68020 -Dsun3 ${XDEFS} -CWARNFLAGS= -Werror -# Wall -Wstrict-prototypes -Wmissing-prototypes +CWARNFLAGS= -Werror -Wall -Wstrict-prototypes \ + -Wno-format \ + # -Wmissing-prototypes CFLAGS= ${DEBUG} ${CWARNFLAGS} -O2 -msoft-float -pipe AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -N -Ttext 0E004000 -e start -- 2.20.1