Skip to content
Snippets Groups Projects

GCC8: Disable multi statement macros errors.

Merged SteelT requested to merge SteelT/SRB2:gcc8-statement-warning into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -228,6 +228,7 @@ ifdef GCC80
WFLAGS+=-Wno-format-overflow
WFLAGS+=-Wno-stringop-truncation
WFLAGS+=-Wno-stringop-overflow
WFLAGS+=-Wno-error=multistatement-macros
endif
Loading