diff --git a/meson.build b/meson.build index 8767849..8b1e253 100644 --- a/meson.build +++ b/meson.build @@ -29,7 +29,9 @@ add_project_arguments( ) add_project_arguments( - cc.get_supported_arguments(['-Wno-tautological-pointer-compare']), + cc.get_supported_arguments( + ['-Wno-tautological-pointer-compare', '-Wno-unused-value'], + ), language: 'c', )