aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-03-12 08:40:27 -0400
committerDavid Robillard <d@drobilla.net>2025-03-16 20:22:37 -0400
commit5cbdb2d0563613ffda76fc32f9a6357d3d2bee4b (patch)
tree377c35dcb53895e60118c67b5cb222ebb860c4e3 /meson.build
parent71a5b8e72ad812ed62c27794439d745fd66c5220 (diff)
downloadserd-5cbdb2d0563613ffda76fc32f9a6357d3d2bee4b.tar.gz
serd-5cbdb2d0563613ffda76fc32f9a6357d3d2bee4b.tar.bz2
serd-5cbdb2d0563613ffda76fc32f9a6357d3d2bee4b.zip
Avoid implicit double promotion
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6406deb1..255c1870 100644
--- a/meson.build
+++ b/meson.build
@@ -39,7 +39,6 @@ if cc.get_id() in ['clang', 'emscripten']
'-Wno-cast-function-type-strict',
'-Wno-cast-qual',
'-Wno-declaration-after-statement',
- '-Wno-double-promotion',
'-Wno-format-nonliteral',
'-Wno-padded',
'-Wno-switch-default',