silence more dumb vala shit
This commit is contained in:
parent
ffa6b20854
commit
1037005133
1 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue