Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Nov 2012 06:58:18 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243066 - head/sys/conf
Message-ID:  <201211150658.qAF6wIds039521@svn.freebsd.org>

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



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