Disable multi statement macros errors.

This commit is contained in:
Steel Titanium 2019-02-21 18:48:42 -05:00
parent ca176b6225
commit c1deea0714

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