Skip to content
Snippets Groups Projects
Commit 76671229 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

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

GCC8: Disable multi statement macros errors.

See merge request STJr/SRB2!459
parents ca176b62 c1deea07
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,7 @@ ifdef GCC80
WFLAGS+=-Wno-format-overflow
WFLAGS+=-Wno-stringop-truncation
WFLAGS+=-Wno-stringop-overflow
WFLAGS+=-Wno-error=multistatement-macros
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment