svn commit: r276950 - head/sys/conf

Warner Losh imp at FreeBSD.org
Sat Jan 10 23:43:38 UTC 2015


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


More information about the svn-src-all mailing list