Amend r228783 by also disabling -Wshift-count-negative

-Wshift-count-overflow warnings for the ath module.

MFC after:	1 week
This commit is contained in:
dim 2011-12-21 22:13:50 +00:00
parent f61fc6d6f2
commit 53dc85ab67

View File

@ -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' > $@