summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-02-04 01:25:53 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-02-04 01:25:53 +0000
commit2a23aa154b71bafe5525623186d73bd9ab164232 (patch)
treedd03133cfda7e6ce668314d4fb2b6698ae228973 /sys
parentcbcfa9770522f11ff1d018373c52069cfac5aee0 (diff)
adjust warning flags
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sun3/conf/Makefile.sun34
1 files changed, 3 insertions, 1 deletions
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