mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Makefile: skip implicit-fallthroug warnings
This commit is contained in:
parent
fd12e85697
commit
5a3f469593
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue