diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-05-10 19:07:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-05-10 19:07:44 +0000 |
commit | 9788ba9769e2cf3fb2e10a7cd5b5b096ef58c0c1 (patch) | |
tree | d7f65265fd42cfc5c465c4db5f56e853fb481cf7 /sys/arch/sparc64/conf | |
parent | a98312af160defecee572bdc877fed786531dd72 (diff) |
Remove -Wno-format.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/Makefile.sparc64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index 603b9743013..f263cc98373 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc64,v 1.67 2013/10/15 19:23:31 guenther Exp $ +# $OpenBSD: Makefile.sparc64,v 1.68 2014/05/10 19:07:43 kettenis 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= -Wa,-Av9b, -mno-fpu |