From 53dc85ab679206164c6583c6f922eccef9494a86 Mon Sep 17 00:00:00 2001 From: dim Date: Wed, 21 Dec 2011 22:13:50 +0000 Subject: [PATCH] Amend r228783 by also disabling -Wshift-count-negative -Wshift-count-overflow warnings for the ath module. MFC after: 1 week --- sys/modules/ath/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index 50571aaf4394..2b3b5c9f92c5 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -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' > $@