summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index e3f2a6fa6..25561f2ee 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -15,6 +15,10 @@ if compiler.get_id() == 'clang' and compiler.version().version_compare('>=9')
# work around clang warning caused by GTest's wrong "-lpthread"
# compiler flag
'-Wno-unused-command-line-argument',
+
+ # work around "error: 'ScopedTrace' was marked unused but was
+ # used"
+ '-Wno-used-but-marked-unused',
]
endif