diff options
author | ryker <ryker@cvs.openbsd.org> | 1998-03-04 22:26:46 +0000 |
---|---|---|
committer | ryker <ryker@cvs.openbsd.org> | 1998-03-04 22:26:46 +0000 |
commit | 46ba4597ea2481701a58ee9b2ef99c0315d741cb (patch) | |
tree | 88f6568590cb8cfc45bda2e746a23a7e2fe454e4 /sys/arch/mac68k/conf | |
parent | e23e90523fd830dc59a92d1ac681bfb113562279 (diff) |
Update CWARNFLAGS.
Diffstat (limited to 'sys/arch/mac68k/conf')
-rw-r--r-- | sys/arch/mac68k/conf/Makefile.mac68k | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index 471cb464311..c04c860a257 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mac68k,v 1.16 1997/09/15 02:40:30 deraadt Exp $ +# $OpenBSD: Makefile.mac68k,v 1.17 1998/03/04 22:26:45 ryker Exp $ # $NetBSD: Makefile.mac68k,v 1.53 1997/04/15 06:11:38 scottr Exp $ # Makefile for OpenBSD @@ -35,7 +35,8 @@ MAC68K= $S/arch/mac68k INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Dmc68020 -Dmac68k -CWARNFLAGS= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized +CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ + -Wno-uninitialized -Wno-format -Wno-main CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -msoft-float AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE LINKFLAGS= -n -Ttext 0 -e start |