From e30c50d87ac7c2bc663074839ce12a9ac5796de7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 9 Jan 2024 17:21:28 -0500 Subject: 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. --- meson/suppressions/meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'meson') 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', -- cgit v1.2.1