From 98b80c7797b582df6365b850c28316e3c19af865 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Wed, 18 Jul 2001 23:56:33 +0000 Subject: build the kernel w/ all the warnings enabled; drahn@ ok --- sys/arch/powerpc/conf/Makefile.powerpc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/powerpc/conf/Makefile.powerpc b/sys/arch/powerpc/conf/Makefile.powerpc index 81565d1f0b4..069c6612661 100644 --- a/sys/arch/powerpc/conf/Makefile.powerpc +++ b/sys/arch/powerpc/conf/Makefile.powerpc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.powerpc,v 1.11 2001/07/15 13:10:49 assar Exp $ +# $OpenBSD: Makefile.powerpc,v 1.12 2001/07/18 23:56:32 mickey Exp $ # # Makefile for OpenBSD PowerPC # @@ -42,7 +42,8 @@ PPC= $S/arch/powerpc INCLUDES= -I. -I$S/arch -I$S -nostdinc -L${DESTDIR}/usr/include CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \ -Dpowerpc -CWARNFLAGS= -Werror -Wreturn-type +CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ + -Wno-uninitialized -Wno-format -Wno-main CFLAGS= ${DEBUG} ${CWARNFLAGS} -O2 -msoft-float AFLAGS= -D_LOCORE LINKFLAGS= -N -Ttext 100074 -e start -- cgit v1.2.3