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 !459
parents ca176b62 c1deea07
No related branches found
No related tags found
2 merge requests!488Merge in next and don't billboard papersprites in GL,!459GCC8: Disable multi statement macros errors.
...@@ -228,6 +228,7 @@ ifdef GCC80 ...@@ -228,6 +228,7 @@ ifdef GCC80
WFLAGS+=-Wno-format-overflow WFLAGS+=-Wno-format-overflow
WFLAGS+=-Wno-stringop-truncation WFLAGS+=-Wno-stringop-truncation
WFLAGS+=-Wno-stringop-overflow WFLAGS+=-Wno-stringop-overflow
WFLAGS+=-Wno-error=multistatement-macros
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment