Merge branch 'gcc8-statement-warning' into 'master'

GCC8: Disable multi statement macros errors.

See merge request STJr/SRB2!459
This commit is contained in:
Alam Ed Arias 2019-02-21 22:32:38 -05:00
commit 7667122912
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ ifdef GCC80
WFLAGS+=-Wno-format-overflow
WFLAGS+=-Wno-stringop-truncation
WFLAGS+=-Wno-stringop-overflow
WFLAGS+=-Wno-error=multistatement-macros
endif