summaryrefslogtreecommitdiffstats
path: root/meson/suppressions
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-01-09 17:21:28 -0500
committerDavid Robillard <d@drobilla.net>2024-01-09 17:28:24 -0500
commite30c50d87ac7c2bc663074839ce12a9ac5796de7 (patch)
tree342e39bc6f20ba79d67c16907a03d0a414caf674 /meson/suppressions
parent81bd78db915bc0d11f23386e49ffe29968ded486 (diff)
downloadlilv-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/suppressions')
-rw-r--r--meson/suppressions/meson.build1
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',