From b32226294693dcf285f2c876c4f34af66897397c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 9 Jan 2024 17:40:23 -0500 Subject: Enable clang nullability checks --- meson/suppressions/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meson/suppressions/meson.build') diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build index 579d3851..94ca305d 100644 --- a/meson/suppressions/meson.build +++ b/meson/suppressions/meson.build @@ -1,4 +1,4 @@ -# Copyright 2020-2023 David Robillard +# Copyright 2020-2024 David Robillard # SPDX-License-Identifier: 0BSD OR ISC # Project-specific warning suppressions @@ -21,7 +21,6 @@ if is_variable('cc') '-Wno-declaration-after-statement', '-Wno-double-promotion', '-Wno-format-nonliteral', - '-Wno-nullable-to-nonnull-conversion', '-Wno-padded', '-Wno-unsafe-buffer-usage', ] -- cgit v1.2.1