We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a94de commit d174768Copy full SHA for d174768
drivers/net/wireless/ath/ath9k/Makefile
@@ -45,11 +45,6 @@ ath9k_hw-y:= \
45
ar9003_eeprom.o \
46
ar9003_paprd.o
47
48
-# FIXME: temporarily silence -Warray-bounds on non W=1+ builds
49
-ifndef KBUILD_EXTRA_WARN
50
-CFLAGS_mac.o += -Wno-array-bounds
51
-endif
52
-
53
ath9k_hw-$(CONFIG_ATH9K_WOW) += ar9003_wow.o
54
55
ath9k_hw-$(CONFIG_ATH9K_BTCOEX_SUPPORT) += btcoex.o \
0 commit comments