Merge remote-tracking branch 'origin/master' into fix_skipintro

This commit is contained in:
Jaime Passos 2019-09-06 16:08:18 -03:00
commit de4a609421

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