From 3f0b7f9f6ba11c3285714138d8fdb00d1e6fea87 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sat, 10 May 2014 19:07:43 +0000 Subject: [PATCH] Remove -Wno-format. --- sys/arch/sparc64/conf/Makefile.sparc64 | 4 ++-- 1 file 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 -- 2.20.1