summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-02 15:57:51 -0400
committerDavid Robillard <d@drobilla.net>2023-05-02 20:22:54 -0400
commitb759f6750645d32742e8c224f93063e692b4b278 (patch)
tree5e7f4b06425d80be191cbc23d67aee14c6eaa1dc /meson.build
parenta09a60a814346b58a75a509f5bc5a41e543bae2c (diff)
downloaddrobillad-b759f6750645d32742e8c224f93063e692b4b278.tar.gz
drobillad-b759f6750645d32742e8c224f93063e692b4b278.tar.bz2
drobillad-b759f6750645d32742e8c224f93063e692b4b278.zip
Replace strict option with new meson warning level
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index e03cdf3..080143a 100644
--- a/meson.build
+++ b/meson.build
@@ -18,11 +18,6 @@ pkg = import('pkgconfig')
cc = meson.get_compiler('c')
cpp = meson.get_compiler('cpp')
-# Set global warning flags
-if get_option('strict') and not meson.is_subproject()
- subdir('meson/warnings')
-endif
-
##########################
# LV2 Path Configuration #
##########################