diff --git a/src/Makefile.cfg b/src/Makefile.cfg index 1238050b3441de6c349180a574e38947b85e8347..9e624cc763e73b3a563eda0e0361a9b169a89b83 100644 --- a/src/Makefile.cfg +++ b/src/Makefile.cfg @@ -228,6 +228,7 @@ ifdef GCC80 WFLAGS+=-Wno-format-overflow WFLAGS+=-Wno-stringop-truncation WFLAGS+=-Wno-stringop-overflow + WFLAGS+=-Wno-error=multistatement-macros endif