From 30487c277ac5d4be5786733ca7b98adb4c810ae9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 27 Oct 2021 14:15:31 -0400 Subject: Add custom allocator support --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 7d1d3c84..57547bfc 100644 --- a/meson.build +++ b/meson.build @@ -42,6 +42,7 @@ if get_option('strict') '-Wno-float-conversion', # MinGW '-Wno-format-nonliteral', '-Wno-inline', + '-Wno-null-dereference', # ARM32 '-Wno-padded', '-Wno-strict-overflow', '-Wno-switch-default', @@ -99,6 +100,7 @@ sources = [ 'src/input_stream.c', 'src/inserter.c', 'src/log.c', + 'src/memory.c', 'src/model.c', 'src/n3.c', 'src/node.c', -- cgit v1.2.1