Makefile: skip implicit-fallthroug warnings

This commit is contained in:
Alam Ed Arias 2018-11-26 19:28:55 -05:00
parent 3859d48033
commit b608dd9d05

View file

@ -222,6 +222,10 @@ endif
ifdef GCC61
WFLAGS+=-Wno-tautological-compare -Wno-error=tautological-compare
endif
ifdef GCC72
WFLAGS+=-Wno-error=implicit-fallthroug
WFLAGS+=-Wno-implicit-fallthroug
endif
ifdef GCC80
WFLAGS+=-Wno-error=format-overflow
WFLAGS+=-Wno-error=stringop-truncation