diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-04-12 21:04:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-04-12 21:04:18 +0000 |
commit | 8ec925393e05b8ba91ac20034116a3647f9afaa8 (patch) | |
tree | 25bf71d3766b8a7dcaf5d3e9dec4b1f3429251e2 /sys/arch/armish | |
parent | 64d661631ff2715f9b53bc2aa2ff1fe90f4a8b23 (diff) |
Compile kernels with -Wvariable-decl (except on arches with ipmi, for now).
Diffstat (limited to 'sys/arch/armish')
-rw-r--r-- | sys/arch/armish/conf/Makefile.armish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armish/conf/Makefile.armish b/sys/arch/armish/conf/Makefile.armish index 9059c7273b4..a268703bdf7 100644 --- a/sys/arch/armish/conf/Makefile.armish +++ b/sys/arch/armish/conf/Makefile.armish @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.armish,v 1.8 2007/11/30 07:52:06 miod Exp $ +# $OpenBSD: Makefile.armish,v 1.9 2008/04/12 21:04:16 miod Exp $ # $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $ # Makefile for OpenBSD @@ -39,7 +39,7 @@ INCLUDES= -nostdinc -I. -I$S -I$S/arch CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D__armish__ CDIAGFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main \ - -Wstack-larger-than-2047 + -Wstack-larger-than-2047 -Wvariable-decl CMACHFLAGS= -ffreestanding #CMACHFLAGS= -march=armv4 -mtune=strongarm -ffreestanding |