Even the warning can die, give the programmer some credit

(cherry picked from commit 6d67b7c3269d2530cfcd7a93cfde401e09d04138)
This commit is contained in:
James R 2020-03-31 15:49:49 -07:00
parent 6d3f5ef163
commit 60a38cbec3

View file

@ -222,7 +222,7 @@ endif
ifdef GCC71 ifdef GCC71
WFLAGS+=-Wno-error=implicit-fallthrough WFLAGS+=-Wno-error=implicit-fallthrough
WFLAGS+=-Wno-implicit-fallthrough WFLAGS+=-Wno-implicit-fallthrough
WFLAGS+=-Wno-error=format-truncation WFLAGS+=-Wno-format-truncation
endif endif
ifdef GCC80 ifdef GCC80
WFLAGS+=-Wno-error=format-overflow WFLAGS+=-Wno-error=format-overflow