From owner-svn-src-all@FreeBSD.ORG Thu Nov 15 06:58:18 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A663B51B; Thu, 15 Nov 2012 06:58:18 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8BF338FC13; Thu, 15 Nov 2012 06:58:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAF6wIq6039522; Thu, 15 Nov 2012 06:58:18 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAF6wIds039521; Thu, 15 Nov 2012 06:58:18 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201211150658.qAF6wIds039521@svn.freebsd.org> From: Rui Paulo Date: Thu, 15 Nov 2012 06:58:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r243066 - 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.14 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: Thu, 15 Nov 2012 06:58:18 -0000 Author: rpaulo Date: Thu Nov 15 06:58:18 2012 New Revision: 243066 URL: http://svnweb.freebsd.org/changeset/base/243066 Log: Enable back the clang warning in if_ath.c. Modified: head/sys/conf/files Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Thu Nov 15 06:04:39 2012 (r243065) +++ head/sys/conf/files Thu Nov 15 06:58:18 2012 (r243066) @@ -701,9 +701,8 @@ dev/ath/if_ath_pci.c optional ath_pci p dev/ath/if_ath_ahb.c optional ath_ahb \ compile-with "${NORMAL_C} -I$S/dev/ath" # -# XXX Work around clang warning, until maintainer approves fix. dev/ath/if_ath.c optional ath \ - compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED} -I$S/dev/ath" + compile-with "${NORMAL_C} -I$S/dev/ath" dev/ath/if_ath_beacon.c optional ath \ compile-with "${NORMAL_C} -I$S/dev/ath" dev/ath/if_ath_debug.c optional ath \