Build: do not error on FALLTHURs

This commit is contained in:
Alam Ed Arias 2017-10-27 19:49:55 -04:00
parent 365cd305d7
commit ce40c00b7a
1 changed files with 3 additions and 0 deletions

View File

@ -190,6 +190,9 @@ endif
ifdef GCC46
WFLAGS+=-Wno-suggest-attribute=noreturn
endif
ifdef GCC71
WFLAGS+=-Wno-error=implicit-fallthrough -Wimplicit-fallthrough=3
endif
ifndef MINGW
ifdef GCC45