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 /test/headers | |
parent | bdaebafd3223551b3d9d890070ac0671b3b645c1 (diff) | |
download | lv2-69d3e316da32091af15e9494239a0e1a9dfd6ba5.tar.xz |
Replace strict option with new meson warning level
Diffstat (limited to 'test/headers')
-rw-r--r-- | test/headers/meson.build | 2 |
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', |