[WIP] [PATCH v2 4/5] erofs-utils: fuse: drop "-Wextra" and "-Wno-implicit-fallthrough"
Gao Xiang
hsiangkao at aol.com
Sun Oct 25 00:09:58 AEDT 2020
[ will be folded to the original patch. ]
Signed-off-by: Gao Xiang <hsiangkao at aol.com>
---
fuse/Makefile.am | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/fuse/Makefile.am b/fuse/Makefile.am
index 052c7163dff7..a50d2c4d0ab3 100644
--- a/fuse/Makefile.am
+++ b/fuse/Makefile.am
@@ -7,8 +7,7 @@ erofsfuse_SOURCES = main.c dentry.c getattr.c logging.c namei.c read.c disk_io.c
if ENABLE_LZ4
erofsfuse_SOURCES += decompress.c
endif
-erofsfuse_CFLAGS = -Wall -Werror -Wextra \
- -Wno-implicit-fallthrough \
+erofsfuse_CFLAGS = -Wall -Werror \
-I$(top_srcdir)/include \
$(shell pkg-config fuse --cflags) \
-DFUSE_USE_VERSION=26 \
--
2.24.0
More information about the Linux-erofs
mailing list