diff options
author | David Robillard <d@drobilla.net> | 2024-01-09 17:21:28 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-01-09 17:28:24 -0500 |
commit | e30c50d87ac7c2bc663074839ce12a9ac5796de7 (patch) | |
tree | 342e39bc6f20ba79d67c16907a03d0a414caf674 /meson | |
parent | 81bd78db915bc0d11f23386e49ffe29968ded486 (diff) | |
download | lilv-e30c50d87ac7c2bc663074839ce12a9ac5796de7.tar.gz lilv-e30c50d87ac7c2bc663074839ce12a9ac5796de7.tar.bz2 lilv-e30c50d87ac7c2bc663074839ce12a9ac5796de7.zip |
Fix potential null dereferences and conversion warnings
A few of these can't actually happen, but that's opaque to static analysis, so
appease clang-tidy with casts since the checks are too valuable to suppress.
Diffstat (limited to 'meson')
-rw-r--r-- | meson/suppressions/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build index 52cb15d..d05af9e 100644 --- a/meson/suppressions/meson.build +++ b/meson/suppressions/meson.build @@ -24,7 +24,6 @@ if cc.get_id() in ['clang', 'emscripten'] '-Wno-format-nonliteral', '-Wno-implicit-float-conversion', '-Wno-implicit-int-conversion', - '-Wno-nullable-to-nonnull-conversion', '-Wno-padded', '-Wno-reserved-id-macro', '-Wno-shorten-64-to-32', |