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:
parent
f61fc6d6f2
commit
53dc85ab67
@ -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' > $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user