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/sparc | |
parent | 189a91772ede559c0f7166047745d3add52cddbe (diff) |
Add -Wno-main for GCC 2.8
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/conf/Makefile.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index c503cc0d5ef..431aefe0260 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc,v 1.14 1997/09/15 02:40:35 deraadt Exp $ +# $OpenBSD: Makefile.sparc,v 1.15 1998/03/03 22:35:07 niklas Exp $ # $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $ # Makefile for OpenBSD @@ -40,7 +40,7 @@ INCLUDES= -nostdinc -I. -I$S/arch -I$S CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ - -Wno-uninitialized -Wno-format + -Wno-uninitialized -Wno-format -Wno-main .if ${IDENT:M-DSUN*} == ${IDENT:M-DSUN4M} CMACHFLAGS= -mv8 |