diff options
author | David Robillard <d@drobilla.net> | 2024-01-09 17:40:23 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-01-09 17:40:23 -0500 |
commit | b32226294693dcf285f2c876c4f34af66897397c (patch) | |
tree | d0128c81c8a0cb01a41998ace386c19b2969d94a /meson/suppressions | |
parent | 14196632191339b69d9db3a242a1b8be3f960669 (diff) | |
download | serd-b32226294693dcf285f2c876c4f34af66897397c.tar.gz serd-b32226294693dcf285f2c876c4f34af66897397c.tar.bz2 serd-b32226294693dcf285f2c876c4f34af66897397c.zip |
Enable clang nullability checks
Diffstat (limited to 'meson/suppressions')
-rw-r--r-- | meson/suppressions/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
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 <d@drobilla.net> +# Copyright 2020-2024 David Robillard <d@drobilla.net> # 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', ] |