Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2011 22:13:51 +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: r228793 - head/sys/modules/ath
Message-ID:  <201112212213.pBLMDpno087971@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Wed Dec 21 22:13:50 2011
New Revision: 228793
URL: http://svn.freebsd.org/changeset/base/228793

Log:
  Amend r228783 by also disabling -Wshift-count-negative
  -Wshift-count-overflow warnings for the ath module.
  
  MFC after:	1 week

Modified:
  head/sys/modules/ath/Makefile

Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile	Wed Dec 21 21:39:30 2011	(r228792)
+++ head/sys/modules/ath/Makefile	Wed Dec 21 22:13:50 2011	(r228793)
@@ -139,6 +139,7 @@ SRCS+=	amrr.c
 SRCS+=	dfs_null.c
 
 CFLAGS+=  -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal
+CWARNFLAGS+=	${NO_WSHIFT_COUNT_NEGATIVE} ${NO_WSHIFT_COUNT_OVERFLOW}
 
 opt_ah.h:
 	echo '#define AH_SUPPORT_AR5416 1' > $@



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