From: Marcos Paulo de Souza <mpdeso...@suse.com>

Avoid introducing new cases of implicit fallthrough by having this flag
always set.

Signed-off-by: Marcos Paulo de Souza <mpdeso...@suse.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 21bf2717..2f04e880 100644
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,7 @@ CFLAGS = $(SUBST_CFLAGS) \
         -D_XOPEN_SOURCE=700  \
         -fno-strict-aliasing \
         -fPIC \
+        -Wimplicit-fallthrough \
         -I$(TOPDIR) \
         -I$(TOPDIR)/libbtrfsutil \
         $(DISABLE_WARNING_FLAGS) \
-- 
2.23.0

Reply via email to