aboutsummaryrefslogtreecommitdiffstats
path: root/test/headers/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/headers/meson.build')
-rw-r--r--test/headers/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/headers/meson.build b/test/headers/meson.build
index cee8965..1d2162f 100644
--- a/test/headers/meson.build
+++ b/test/headers/meson.build
@@ -3,7 +3,7 @@
header_c_suppressions = []
-if get_option('strict')
+if get_option('warning_level') == 'everything'
if cc.get_id() == 'clang'
header_c_suppressions += [
'-Wno-cast-align',