Commit 42eb69f4 authored by Max Kellermann's avatar Max Kellermann

test/meson.build: restore -Wno-missing-declarations for GTest

This is still needed for GTest 1.8.0 (Travis / Ubuntu Bionic).
parent f1ad21d2
...@@ -6,6 +6,7 @@ if compiler.get_id() == 'gcc' ...@@ -6,6 +6,7 @@ if compiler.get_id() == 'gcc'
gtest_compile_args += [ gtest_compile_args += [
'-Wno-suggest-attribute=format', '-Wno-suggest-attribute=format',
'-Wno-suggest-attribute=noreturn', '-Wno-suggest-attribute=noreturn',
'-Wno-missing-declarations',
] ]
endif endif
......
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