Merge branch 'public_next'

This commit is contained in:
Monster Iestyn 2019-09-03 19:07:57 +01:00
commit 4c39225c3e
1 changed files with 1 additions and 2 deletions

View File

@ -226,8 +226,7 @@ ifdef GCC61
WFLAGS+=-Wno-tautological-compare -Wno-error=tautological-compare WFLAGS+=-Wno-tautological-compare -Wno-error=tautological-compare
endif endif
ifdef GCC71 ifdef GCC71
WFLAGS+=-Wno-error=implicit-fallthrough WFLAGS+=-Wimplicit-fallthrough=4
WFLAGS+=-Wno-implicit-fallthrough
endif endif
ifdef GCC81 ifdef GCC81
WFLAGS+=-Wno-error=format-overflow WFLAGS+=-Wno-error=format-overflow