mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 13:22:33 +00:00
fuse_fs: prevent annoying warning
This commit is contained in:
parent
68c6052485
commit
7dd156c8b6
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user