fuse_fs: prevent annoying warning

This commit is contained in:
Christian Helmuth 2015-06-11 16:17:28 +02:00
parent 68c6052485
commit 7dd156c8b6
1 changed files with 2 additions and 1 deletions

View File

@ -15,9 +15,10 @@ CC_OPT += -DHAVE_CONFIG_H -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
CC_OPT += -Wno-unused-function -Wno-unused-variable \
-Wno-unused-but-set-variable -Wno-cpp \
-Wno-implicit-function-declaration \
-Wno-maybe-uninitialized
CC_C_OPT += -Wno-implicit-function-declaration
INC_DIR += $(REP_DIR)/src/lib/fuse-ext2 \
$(FUSE_EXT2_DIR)