diff options
author | David Robillard <d@drobilla.net> | 2023-04-30 18:01:18 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-30 19:40:06 -0400 |
commit | 69d3e316da32091af15e9494239a0e1a9dfd6ba5 (patch) | |
tree | d2255e2567726e0e978acbdcb6e6eb6cc69a52ce /meson.build | |
parent | bdaebafd3223551b3d9d890070ac0671b3b645c1 (diff) | |
download | lv2-69d3e316da32091af15e9494239a0e1a9dfd6ba5.tar.xz |
Replace strict option with new meson warning level
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 421b8aa..e56d08d 100644 --- a/meson.build +++ b/meson.build @@ -32,9 +32,6 @@ if not get_option('tests').disabled() endif # Set global warning flags -if get_option('strict') and not meson.is_subproject() - subdir('meson/warnings') -endif subdir('meson/suppressions') ########################## |