diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/headers/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
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 += [ |