silence more dumb vala shit

This commit is contained in:
psykose 2024-10-18 02:39:17 +02:00
parent ffa6b20854
commit 1037005133

View file

@ -29,7 +29,9 @@ add_project_arguments(
) )
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', language: 'c',
) )