summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/conf
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-26 14:31:37 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-26 14:31:37 +0000
commit6bf94c94a3731ac43cf302c3399b478c914f9ddd (patch)
tree7e0401a126a9ab44b85dfd106ef88ffd926aef84 /sys/arch/mvme88k/conf
parentc2d2d5bd3e59967a2c443396cce4814b5301337c (diff)
We can now compile kernels with -Werror.
Diffstat (limited to 'sys/arch/mvme88k/conf')
-rw-r--r--sys/arch/mvme88k/conf/Makefile.mvme88k6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k
index 7b158a658f8..264ca1b8709 100644
--- a/sys/arch/mvme88k/conf/Makefile.mvme88k
+++ b/sys/arch/mvme88k/conf/Makefile.mvme88k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvme88k,v 1.13 2001/07/15 13:10:49 assar Exp $
+# $OpenBSD: Makefile.mvme88k,v 1.14 2001/08/26 14:31:36 miod Exp $
#
# Makefile for OpenBSD
#
@@ -40,8 +40,8 @@ MVME88K= $S/arch/mvme88k
INCLUDES= -nostdinc -I. -I$S/arch -I$S
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dmvme88k -Dm88k
-CWARNFLAGS= -Wall -Wmissing-prototypes \
- -Wno-uninitialized -Wno-format -Wno-main # -Wstrict-prototypes
+CWARNFLAGS= -Wall -Werror -Wmissing-prototypes \
+ -Wno-uninitialized -Wno-format -Wno-main -Wstrict-prototypes
CMACHFLAGS=
COPTS?= -O
CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS}