From 2d1c368e3e43e7d87fa2219854d5f98e7aa2f338 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 3 Mar 1998 22:35:12 +0000 Subject: Add -Wno-main for GCC 2.8 --- sys/arch/arc/conf/Makefile.arc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/arc/conf/Makefile.arc') diff --git a/sys/arch/arc/conf/Makefile.arc b/sys/arch/arc/conf/Makefile.arc index 4f4ced253cc..235366126d8 100644 --- a/sys/arch/arc/conf/Makefile.arc +++ b/sys/arch/arc/conf/Makefile.arc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.arc,v 1.10 1998/01/28 13:46:02 pefo Exp $ +# $OpenBSD: Makefile.arc,v 1.11 1998/03/03 22:34:48 niklas Exp $ # @(#)Makefile.arc 8.2 (Berkeley) 2/16/94 # @@ -38,8 +38,8 @@ MIPS= ../../../mips INCLUDES= -I. -I$S/arch -I$S CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Darc -CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wno-uninitialized \ - -Wno-format +CDIAGFLAGS= -Werror -Wall -Wmissing-protoypes -Wstrict-prototypes \ + -Wno-uninitialized -Wno-format -Wno-main CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} -mno-abicalls -mips2 -mcpu=r4000 AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE -- cgit v1.2.3