From owner-svn-src-all@FreeBSD.ORG Sat Jan 10 23:43:38 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E722A90; Sat, 10 Jan 2015 23:43:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5ADD93D2; Sat, 10 Jan 2015 23:43:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0ANhchK036360; Sat, 10 Jan 2015 23:43:38 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0ANhcV5036359; Sat, 10 Jan 2015 23:43:38 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201501102343.t0ANhcV5036359@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Sat, 10 Jan 2015 23:43:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276950 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2015 23:43:38 -0000 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