shut up about idiot vala c warning nobody cares man SHUT UP
This commit is contained in:
parent
a67615a6a3
commit
c66149b9c0
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,7 @@ project(
|
||||||
|
|
||||||
i18n = import('i18n')
|
i18n = import('i18n')
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
|
cc = meson.get_compiler('c')
|
||||||
valac = meson.get_compiler('vala')
|
valac = meson.get_compiler('vala')
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,6 +28,11 @@ add_project_arguments(
|
||||||
language: 'c',
|
language: 'c',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_project_arguments(
|
||||||
|
cc.get_supported_arguments(['-Wno-tautological-pointer-compare']),
|
||||||
|
language: 'c',
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
subdir('data')
|
subdir('data')
|
||||||
subdir('src')
|
subdir('src')
|
||||||
|
|
Loading…
Reference in a new issue