diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-26 14:39:44 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-26 14:39:44 +0000 |
commit | c8124bb9307a88c847dea536f3c7d239d399bc7f (patch) | |
tree | 0005c205ed96dffccf34182efb475533181c988b /sys/arch/loongson | |
parent | 9ffada0ebab26967bb0bfa3cbb491e569be90819 (diff) |
remove the last uses of -Wno-format
ok miod@ deraadt@ jsing@
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/conf/Makefile.loongson | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson index 241b33c94e6..f762f51a046 100644 --- a/sys/arch/loongson/conf/Makefile.loongson +++ b/sys/arch/loongson/conf/Makefile.loongson @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.loongson,v 1.40 2014/06/27 17:28:10 miod Exp $ +# $OpenBSD: Makefile.loongson,v 1.41 2014/09/26 14:39:43 jsg Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -31,7 +31,7 @@ _archdir?= $S/arch/${_arch} INCLUDES= -nostdinc -I$S -I. -I$S/arch CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D__${_mach}__ -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-abicalls ${ABI} -msoft-float -Wa,-mfix-loongson2f-btb -G 0 |