From 468944352a4a847cb6e5d0e3e8298c8859d62a6b Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 10 Jan 2015 23:43:37 +0000 Subject: [PATCH] Take out some more no-error warnings, as the build is clean without them. --- sys/conf/kern.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index 0fe18bdbc1b3..b964151437e7 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -28,7 +28,7 @@ NO_WSOMETIMES_UNINITIALIZED= -Wno-error-sometimes-uninitialized # some incentive to fix them eventually. CWARNEXTRA?= -Wno-error-tautological-compare -Wno-error-empty-body \ -Wno-error-parentheses-equality -Wno-error-unused-function \ - -Wno-error-pointer-sign -Wno-error-format -Wno-error-parentheses + -Wno-error-pointer-sign CLANG_NO_IAS= -no-integrated-as .if ${COMPILER_VERSION} < 30500