Makefile: skip implicit-fallthroug warnings

This commit is contained in:
Alam Ed Arias 2018-11-26 19:28:55 -05:00
parent fd12e85697
commit 5a3f469593
1 changed files with 4 additions and 0 deletions

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