meson.build: drop obsolete warning flag -Wno-noexcept-type

We don't support GCC 7 anymore.
This commit is contained in:
Max Kellermann 2020-09-23 15:13:10 +02:00
parent 416d4e4433
commit 5492304254
1 changed files with 0 additions and 5 deletions

View File

@ -77,11 +77,6 @@ test_cxxflags = test_common_flags + [
'-Wused-but-marked-unused',
'-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'