specfs: suppress set but not used warnings
[unleashed.git] / kernel / fs / specfs / Makefile
blob05f9a862361a21bb95fbb756917c568833fa40ec
1 MODULE= specfs
2 MODULE_TYPE= fs
3 MODULE_DEPS= fs/fifofs
4 SRCS= specsubr.c \
5 specvfsops.c \
6 specvnops.c
8 CERRWARN = -Wno-parentheses
9 CERRWARN += -Wno-uninitialized
10 CERRWARN += -Wno-unused-but-set-variable
12 .include <kmod.mk>