summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-09-10 20:11:27 -0400
committerDavid Robillard <d@drobilla.net>2021-09-10 20:11:27 -0400
commitb45b6b442f0e3f821921a48f957944f485adfd1b (patch)
tree8c90c3b6842b66f4708ab415e500e1eed41fe0b0 /meson.build
parent87ae32d754d211d1f6510af098c2349a28f17351 (diff)
downloadzix-b45b6b442f0e3f821921a48f957944f485adfd1b.tar.gz
zix-b45b6b442f0e3f821921a48f957944f485adfd1b.tar.bz2
zix-b45b6b442f0e3f821921a48f957944f485adfd1b.zip
Fix conversion warnings
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index bc32e80..8be6321 100644
--- a/meson.build
+++ b/meson.build
@@ -28,7 +28,6 @@ if get_option('strict')
c_warnings = [
'-Weverything',
'-Wno-bad-function-cast',
- '-Wno-conversion',
'-Wno-padded',
'-Wno-reserved-id-macro',
]
@@ -44,7 +43,7 @@ if get_option('strict')
'-Wattribute-alias=2',
'-Wcast-align=strict',
'-Wcast-qual',
- # '-Wconversion',
+ '-Wconversion',
'-Wdate-time',
'-Wdisabled-optimization',
'-Wdouble-promotion',