mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-04 02:06:31 -04:00
Makefile: enable -Wimplicit-fallthrough
This commit is contained in:
parent
858751572e
commit
ab6ba9d521
3
Makefile
3
Makefile
@ -47,7 +47,8 @@ override CFLAGS := \
|
||||
$(call cc-option,-Wdeclaration-after-statement) \
|
||||
$(call cc-option,-Wmissing-prototypes) \
|
||||
$(call cc-option,-Wstrict-prototypes) \
|
||||
$(call cc-option,-Wvla)
|
||||
$(call cc-option,-Wvla) \
|
||||
$(call cc-option,-Wimplicit-fallthrough)
|
||||
|
||||
# We don't define any CPPFLAGS, but support the user specifying it.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user