summaryrefslogtreecommitdiffstats
path: root/meson/suppressions
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-01-09 17:41:39 -0500
committerDavid Robillard <d@drobilla.net>2024-01-09 17:44:01 -0500
commit40e41b28e69313844492cfd605cdfa93a819cf7d (patch)
tree32bb5482f8fdc129a995f75d28bbd98214e2ab59 /meson/suppressions
parentc7f822f14aae0367e184c847379496bc28adf63d (diff)
downloadsord-40e41b28e69313844492cfd605cdfa93a819cf7d.tar.gz
sord-40e41b28e69313844492cfd605cdfa93a819cf7d.tar.bz2
sord-40e41b28e69313844492cfd605cdfa93a819cf7d.zip
Enable clang nullability checks
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 7eb5eb6..0dd7f2b 100644
--- a/meson/suppressions/meson.build
+++ b/meson/suppressions/meson.build
@@ -21,7 +21,6 @@ if cc.get_id() in ['clang', 'emscripten']
'-Wno-declaration-after-statement',
'-Wno-double-promotion',
'-Wno-format-nonliteral',
- '-Wno-nullable-to-nonnull-conversion',
'-Wno-padded',
'-Wno-reserved-id-macro',
'-Wno-sign-conversion',