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 16ef02b commit 2577a58Copy full SHA for 2577a58
drivers/net/wireless/ath/carl9170/Makefile
@@ -3,8 +3,3 @@ carl9170-objs := main.o usb.o cmd.o mac.o phy.o led.o fw.o tx.o rx.o
3
carl9170-$(CONFIG_CARL9170_DEBUGFS) += debug.o
4
5
obj-$(CONFIG_CARL9170) += carl9170.o
6
-
7
-# FIXME: temporarily silence -Warray-bounds on non W=1+ builds
8
-ifndef KBUILD_EXTRA_WARN
9
-CFLAGS_cmd.o += -Wno-array-bounds
10
-endif
0 commit comments