meson.build: drop obsolete warning flag -Wno-noexcept-type
We don't support GCC 7 anymore.
This commit is contained in:
parent
416d4e4433
commit
5492304254
|
@ -77,11 +77,6 @@ test_cxxflags = test_common_flags + [
|
||||||
'-Wused-but-marked-unused',
|
'-Wused-but-marked-unused',
|
||||||
|
|
||||||
'-Wno-non-virtual-dtor',
|
'-Wno-non-virtual-dtor',
|
||||||
|
|
||||||
# work around bogus GCC7 warning "mangled name for ... will change
|
|
||||||
# in C++17 because the exception specification is part of a function
|
|
||||||
# type"
|
|
||||||
'-Wno-noexcept-type',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if compiler.get_id() == 'clang'
|
if compiler.get_id() == 'clang'
|
||||||
|
|
Loading…
Reference in New Issue