Even the warning can die, give the programmer some credit

(cherry picked from commit 6d67b7c3269d2530cfcd7a93cfde401e09d04138)
(cherry picked from commit 390042ffc5)
This commit is contained in:
James R 2020-03-31 15:49:49 -07:00
parent b1fb9ed737
commit 6cd395f1ff

View file

@ -330,6 +330,7 @@ ifdef GCC61
endif endif
ifdef GCC71 ifdef GCC71
WFLAGS+=-Wimplicit-fallthrough=4 WFLAGS+=-Wimplicit-fallthrough=4
WFLAGS+=-Wno-format-truncation
endif endif
ifdef GCC81 ifdef GCC81
WFLAGS+=-Wno-error=format-overflow WFLAGS+=-Wno-error=format-overflow