summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-02-04 22:06:51 +0100
committerMax Kellermann <max@musicpd.org>2020-02-04 22:06:51 +0100
commit42eb69f46f7950862cd175b0a36f4fa531429ba8 (patch)
treebfe391a971b78fa2918c81aa581c23f8fcc68794 /test
parentf1ad21d2bf97b6ecb2359afccf389c65c2eb7d13 (diff)
test/meson.build: restore -Wno-missing-declarations for GTest
This is still needed for GTest 1.8.0 (Travis / Ubuntu Bionic).
Diffstat (limited to 'test')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index 5818da55d..4e3fbab49 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -6,6 +6,7 @@ if compiler.get_id() == 'gcc'
gtest_compile_args += [
'-Wno-suggest-attribute=format',
'-Wno-suggest-attribute=noreturn',
+ '-Wno-missing-declarations',
]
endif