summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-04-12 21:04:18 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-04-12 21:04:18 +0000
commit8ec925393e05b8ba91ac20034116a3647f9afaa8 (patch)
tree25bf71d3766b8a7dcaf5d3e9dec4b1f3429251e2 /sys/arch/mvme88k
parent64d661631ff2715f9b53bc2aa2ff1fe90f4a8b23 (diff)
Compile kernels with -Wvariable-decl (except on arches with ipmi, for now).
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/conf/Makefile.mvme88k4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k
index 3f62ab16e0c..0d3ba8c274c 100644
--- a/sys/arch/mvme88k/conf/Makefile.mvme88k
+++ b/sys/arch/mvme88k/conf/Makefile.mvme88k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvme88k,v 1.43 2007/11/30 07:52:06 miod Exp $
+# $OpenBSD: Makefile.mvme88k,v 1.44 2008/04/12 21:04:17 miod Exp $
#
# Makefile for OpenBSD
#
@@ -38,7 +38,7 @@ INCLUDES= -nostdinc -I. -I$S -I$S/arch
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dmvme88k -Dm88k
CWARNFLAGS= -Wall -Werror -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main -Wstrict-prototypes \
- -Wstack-larger-than-2047
+ -Wstack-larger-than-2047 -Wvariable-decl
CMACHFLAGS= -mno-check-zero-division -mmemcpy \
-fno-builtin-printf -fno-builtin-log
.if ${IDENT:M-DNO_PROPOLICE}