Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2015 23:43:38 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276950 - head/sys/conf
Message-ID:  <201501102343.t0ANhcV5036359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501102343.t0ANhcV5036359>