diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-05-08 20:46:50 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-05-08 20:46:50 +0000 |
commit | 455da5aee242b188a5c369d8eed122ca7d794a99 (patch) | |
tree | a201172fb7ddc6cd0f8249b2266b1ff7727521e4 /sys/arch/alpha/conf | |
parent | 99aa65719601eb340e970ab268bc9c21d0e1d3eb (diff) |
Format string fixes for alpha kernels, and remove -Wno-format
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 0af5550c3e3..2f37bebe8d3 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.82 2013/10/15 19:23:25 guenther Exp $ +# $OpenBSD: Makefile.alpha,v 1.83 2014/05/08 20:46:49 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= -mno-fp-regs -Wa,-mev56 |