diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-05-08 19:06:36 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-05-08 19:06:36 +0000 |
commit | 044e02630bfb385383be69042e941d4d703f90f2 (patch) | |
tree | 7afa2353485de94a13f3b542422386e4c00c9a60 /sys/arch/vax | |
parent | a7c1e51e770815f18e03fd42e8bde4975ed2ade7 (diff) |
No longer build vax kernels with -Wno-format.
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index 1dab76a33b2..47753fc0cd5 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.70 2013/10/15 19:23:31 guenther Exp $ +# $OpenBSD: Makefile.vax,v 1.71 2014/05/08 19:06:35 miod Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -24,7 +24,7 @@ _archdir?= $S/arch/${_arch} INCLUDES= -nostdinc -I$S -I. -I$S/arch CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -MD -MP CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ - -Wno-main -Wno-uninitialized -Wno-format \ + -Wno-main -Wno-uninitialized \ -Wstack-larger-than-2047 CMACHFLAGS= |