Author: imp
Date: Sat Jan 10 23:43:37 2015
New Revision: 276950
URL: https://svnweb.freebsd.org/changeset/base/276950

Log:
  Take out some more no-error warnings, as the build is clean without
  them.

Modified:
  head/sys/conf/kern.mk

Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk       Sat Jan 10 23:12:49 2015        (r276949)
+++ head/sys/conf/kern.mk       Sat Jan 10 23:43:37 2015        (r276950)
@@ -28,7 +28,7 @@ NO_WSOMETIMES_UNINITIALIZED=  -Wno-error-
 # 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to