From 248a874d7425749d29cf900a1c3783c624ea8d8c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Sep 2023 15:06:42 -0400 Subject: Add support for custom allocators This makes it explicit in the API where memory is allocated, and allows the user to provide a custom allocator to avoid the use of the default system allocator for whatever reason. --- meson/suppressions/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson') diff --git a/meson/suppressions/meson.build b/meson/suppressions/meson.build index dba5c46c..8e825cac 100644 --- a/meson/suppressions/meson.build +++ b/meson/suppressions/meson.build @@ -53,6 +53,7 @@ if is_variable('cc') c_suppressions += [ '-Wno-format-nonliteral', '-Wno-inline', + '-Wno-null-dereference', # ARM32 '-Wno-padded', '-Wno-switch-default', '-Wno-unsuffixed-float-constants', -- cgit v1.2.1