diff options
author | David Robillard <d@drobilla.net> | 2023-09-21 20:50:20 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-21 20:50:20 -0400 |
commit | 37178cf290aaaeef1a3d3608831d94ce649e0ee0 (patch) | |
tree | f084ffddf0a20bb4fd32dd1a058797f871cc99fd /test/headers | |
parent | 88a4334f8180c488ee7a14b301a9742cc751d908 (diff) | |
download | lv2-37178cf290aaaeef1a3d3608831d94ce649e0ee0.tar.xz |
Suppress new warnings in clang 16
Diffstat (limited to 'test/headers')
-rw-r--r-- | test/headers/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/headers/meson.build b/test/headers/meson.build index 6e9ac7a..bf7f786 100644 --- a/test/headers/meson.build +++ b/test/headers/meson.build @@ -10,6 +10,7 @@ if get_option('warning_level') == 'everything' '-Wno-cast-qual', '-Wno-declaration-after-statement', '-Wno-padded', + '-Wno-unsafe-buffer-usage', ] if not meson.is_cross_build() |