Commit 54923042 authored by Max Kellermann's avatar Max Kellermann

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

We don't support GCC 7 anymore.
parent 416d4e44
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment