summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep1
1 files changed, 1 insertions, 0 deletions
diff --git a/acprep b/acprep
index cbbe360e..ee44b38e 100755
--- a/acprep
+++ b/acprep
@@ -1210,6 +1210,7 @@ class PrepareBuild(CommandLineApp):
self.CXXFLAGS.append('-Wno-switch-enum')
self.CXXFLAGS.append('-Wno-missing-prototypes')
self.CXXFLAGS.append('-Wno-missing-noreturn')
+ self.CXXFLAGS.append('-Wno-disabled-macro-expansion')
self.CXXFLAGS.append('-fno-limit-debug-info')
#self.CXXFLAGS.append('-Wold-style-cast')