summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-30 18:27:18 -0400
committerDavid Robillard <d@drobilla.net>2023-05-01 18:58:58 -0400
commit80a3fa1006048026a5bc8cf69612be587029e855 (patch)
treed476068ad1131fc8e23cc0cdd455c099f3c2fa97 /meson.build
parentefb392e32da0bce28dbeb6fb728dcd9183f4611b (diff)
downloadlilv-80a3fa1006048026a5bc8cf69612be587029e855.tar.gz
lilv-80a3fa1006048026a5bc8cf69612be587029e855.tar.bz2
lilv-80a3fa1006048026a5bc8cf69612be587029e855.zip
Replace strict option with new meson warning level
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index c8151fe..115994e 100644
--- a/meson.build
+++ b/meson.build
@@ -32,9 +32,6 @@ if not get_option('bindings_cpp').disabled()
endif
# Set global warning flags
-if get_option('strict') and not meson.is_subproject()
- subdir('meson/warnings')
-endif
subdir('meson/suppressions')
##########################