We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216ba8b commit 2164f51Copy full SHA for 2164f51
1 file changed
AMBuildScript
@@ -295,7 +295,8 @@ class SMConfig(object):
295
cxx.cxxflags += ['-Wno-delete-non-virtual-dtor']
296
if cxx.version >= 'gcc-4.8':
297
cxx.cflags += ['-Wno-unused-result']
298
-
+ if cxx.version >= 'gcc-9.0':
299
+ cxx.cxxflags += ['-Wno-class-memaccess', '-Wno-packed-not-aligned']
300
if have_clang:
301
cxx.cxxflags += ['-Wno-implicit-exception-spec-mismatch']
302
if cxx.version >= 'apple-clang-5.1' or cxx.version >= 'clang-3.4':
0 commit comments