svn commit: r243066 - head/sys/conf

Rui Paulo rpaulo at FreeBSD.org
Thu Nov 15 06:58:18 UTC 2012


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 \


More information about the svn-src-all mailing list