urtw: suppress set but not used warnings
[unleashed.git] / kernel / drivers / net / wifi / urtw / Makefile
blobce420899771fc32a16e96fd97ba706270ac18989
1 MODULE= urtw
2 MODULE_TYPE= drv
3 MODULE_DEPS= misc/mac \
4 misc/net80211 \
5 misc/usba
6 SRCS= urtw.c
8 CERRWARN = -Wno-char-subscripts
9 CERRWARN += -Wno-switch
10 CERRWARN += -Wno-empty-body
11 CERRWARN += -Wno-parentheses
12 CERRWARN += -Wno-uninitialized
13 CERRWARN += -Wno-unused-but-set-variable
15 .include <kmod.mk>