From c1deea0714d2ee6f3881fc47318114252b17d2d3 Mon Sep 17 00:00:00 2001
From: Steel Titanium <steeltitanium1@gmail.com>
Date: Thu, 21 Feb 2019 18:48:42 -0500
Subject: [PATCH] Disable multi statement macros errors.

---
 src/Makefile.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile.cfg b/src/Makefile.cfg
index 1238050b3..9e624cc76 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
 
 
-- 
GitLab