From 69d3e316da32091af15e9494239a0e1a9dfd6ba5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Apr 2023 18:01:18 -0400 Subject: Replace strict option with new meson warning level --- meson.build | 3 --- 1 file changed, 3 deletions(-) (limited to 'meson.build') 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') ########################## -- cgit v1.2.1