diff options
author | David Robillard <d@drobilla.net> | 2023-09-22 12:32:04 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-22 12:32:04 -0400 |
commit | 4dc6113e3b30aa2aa89e198dbd7a84171eed0056 (patch) | |
tree | 172baf2377b1edec47c026338294b4bfcf20aab7 /test/headers | |
parent | f3f0b03340712538b38b368a24c214f6296b2a04 (diff) | |
download | sratom-4dc6113e3b30aa2aa89e198dbd7a84171eed0056.tar.gz sratom-4dc6113e3b30aa2aa89e198dbd7a84171eed0056.tar.bz2 sratom-4dc6113e3b30aa2aa89e198dbd7a84171eed0056.zip |
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 890006f..803057b 100644 --- a/test/headers/meson.build +++ b/test/headers/meson.build @@ -12,6 +12,7 @@ if get_option('warning_level') == 'everything' '-Wno-documentation-unknown-command', # LV2 '-Wno-padded', # LV2, serd '-Wno-poison-system-directories', + '-Wno-unsafe-buffer-usage', # LV2 ] elif cc.get_id() == 'gcc' header_c_suppressions += [ |