From 3bf35cb9e72709fb417cff0d5a2dc9b681e5ecb1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Oct 2019 20:59:12 +0200 Subject: Add serd_new_float() and serd_new_double() --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 98ae0d5e..4dd4b6e5 100644 --- a/meson.build +++ b/meson.build @@ -33,6 +33,7 @@ if get_option('strict') '-Wno-covered-switch-default', '-Wno-disabled-macro-expansion', '-Wno-double-promotion', + '-Wno-float-equal', '-Wno-format-nonliteral', '-Wno-implicit-fallthrough', '-Wno-nullability-extension', -- cgit v1.2.1