From 7d9b0bd3990e0b528ba0bc92421f7f5396e77486 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 May 2023 17:16:12 -0400 Subject: Fix warning_level=everything on MacOS --- test/headers/meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/headers/meson.build b/test/headers/meson.build index b5d7c71..890006f 100644 --- a/test/headers/meson.build +++ b/test/headers/meson.build @@ -9,7 +9,9 @@ if get_option('warning_level') == 'everything' '-Wno-cast-align', # LV2 '-Wno-cast-qual', # LV2 '-Wno-declaration-after-statement', # LV2 + '-Wno-documentation-unknown-command', # LV2 '-Wno-padded', # LV2, serd + '-Wno-poison-system-directories', ] elif cc.get_id() == 'gcc' header_c_suppressions += [ -- cgit v1.2.1