Remove -Wno-format.
authorkettenis <kettenis@openbsd.org>
Sat, 10 May 2014 19:07:43 +0000 (19:07 +0000)
committerkettenis <kettenis@openbsd.org>
Sat, 10 May 2014 19:07:43 +0000 (19:07 +0000)
sys/arch/sparc64/conf/Makefile.sparc64

index 603b974..f263cc9 100644 (file)
@@ -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