Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2012 18:14:21 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239868 - in head/sys: conf modules/ath
Message-ID:  <201208291814.q7TIELXN090920@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Wed Aug 29 18:14:20 2012
New Revision: 239868
URL: http://svn.freebsd.org/changeset/base/239868

Log:
  Remove workaround for the clang 3.2 warning in ah_eeprom_9287.c, since
  the fix has been applied now.

Modified:
  head/sys/conf/files
  head/sys/modules/ath/Makefile

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Aug 29 17:36:31 2012	(r239867)
+++ head/sys/conf/files	Wed Aug 29 18:14:20 2012	(r239868)
@@ -767,7 +767,7 @@ dev/ath/ath_hal/ah_eeprom_v4k.c \
 # XXX Work around clang warning, until maintainer approves fix.
 dev/ath/ath_hal/ah_eeprom_9287.c \
 	optional ath_hal | ath_ar9287 \
-	compile-with "${NORMAL_C} ${NO_WSOMETIMES_UNINITIALIZED} -I$S/dev/ath"
+	compile-with "${NORMAL_C} -I$S/dev/ath"
 dev/ath/ath_hal/ah_regdomain.c	optional ath \
 	compile-with "${NORMAL_C} ${NO_WSHIFT_COUNT_NEGATIVE} ${NO_WSHIFT_COUNT_OVERFLOW} -I$S/dev/ath"
 # ar5210

Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile	Wed Aug 29 17:36:31 2012	(r239867)
+++ head/sys/modules/ath/Makefile	Wed Aug 29 18:14:20 2012	(r239868)
@@ -150,6 +150,5 @@ opt_ah.h:
 
 CWARNFLAGS.ah_regdomain.c=	${NO_WSHIFT_COUNT_NEGATIVE} ${NO_WSHIFT_COUNT_OVERFLOW}
 # XXX Work around clang warnings, until maintainer approves fix.
-CWARNFLAGS.ah_eeprom_9287.c=	${NO_WSOMETIMES_UNINITIALIZED}
 CWARNFLAGS.if_ath.c=		${NO_WSOMETIMES_UNINITIALIZED}
 CWARNFLAGS+=			${CWARNFLAGS.${.IMPSRC:T}}



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