diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-03 22:35:12 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-03 22:35:12 +0000 |
commit | 2d1c368e3e43e7d87fa2219854d5f98e7aa2f338 (patch) | |
tree | 670cc6bd78212b2f200443e844d93b33071c67c3 /sys/arch/i386/conf | |
parent | 189a91772ede559c0f7166047745d3add52cddbe (diff) |
Add -Wno-main for GCC 2.8
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/Makefile.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 885674ef2bf..e8e903b319b 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.21 1997/09/21 04:27:33 mickey Exp $ +# $OpenBSD: Makefile.i386,v 1.22 1998/03/03 22:34:56 niklas Exp $ # $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $ # Makefile for OpenBSD @@ -40,7 +40,7 @@ INCLUDES= -nostdinc -I. -I$S/arch -I$S CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Di386 CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ - -Wno-uninitialized -Wno-format + -Wno-uninitialized -Wno-format -Wno-main .if ${IDENT:M-D*_CPU} == ${IDENT:M-DI486_CPU} CMACHFLAGS= -m486 |