From fbf9ddb2957032a1a02604cd90d4ade635b77048 Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Tue, 17 Jul 2018 13:51:14 -0700 Subject: [PATCH] Update AMBuildScript --- AMBuildScript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AMBuildScript b/AMBuildScript index 2dbd838..13064b1 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -202,6 +202,8 @@ class MMSConfig(object): cxx.cflags += ['-mfpmath=sse'] if cxx.family == 'clang': cxx.cxxflags += ['-Wno-implicit-exception-spec-mismatch'] + if cxx.version >= 'clang-3.9': + cxx.cxxflags += ['-Wno-expansion-to-defined'] if cxx.version >= 'clang-3.6' or cxx.version >= 'apple-clang-7.0': cxx.cxxflags += ['-Wno-inconsistent-missing-override'] if cxx.version >= 'apple-clang-5.1' or cxx.version >= 'clang-3.4':