summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-30 18:26:50 -0400
committerDavid Robillard <d@drobilla.net>2023-05-01 18:57:07 -0400
commit762eebf596d14bf25d9c3cc1ec87167991efb270 (patch)
treeef9d9ee1dd24cb941a3f2ef4a25ad710d03c0aec /meson.build
parentf5d33a2cda7b6f498bb7e5e61e298dce5510ed5c (diff)
downloadsord-762eebf596d14bf25d9c3cc1ec87167991efb270.tar.gz
sord-762eebf596d14bf25d9c3cc1ec87167991efb270.tar.bz2
sord-762eebf596d14bf25d9c3cc1ec87167991efb270.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 7c0096b..8894be4 100644
--- a/meson.build
+++ b/meson.build
@@ -25,9 +25,6 @@ pkg = import('pkgconfig')
cc = meson.get_compiler('c')
# Set global warning flags
-if get_option('strict') and not meson.is_subproject()
- subdir('meson/warnings')
-endif
subdir('meson/suppressions')
# Build as C++ with MSVC