shut up about idiot vala c warning nobody cares man SHUT UP

This commit is contained in:
psykose 2024-10-15 23:02:48 +02:00
parent a67615a6a3
commit c66149b9c0

View file

@ -8,6 +8,7 @@ project(
i18n = import('i18n')
gnome = import('gnome')
cc = meson.get_compiler('c')
valac = meson.get_compiler('vala')
@ -27,6 +28,11 @@ add_project_arguments(
language: 'c',
)
add_project_arguments(
cc.get_supported_arguments(['-Wno-tautological-pointer-compare']),
language: 'c',
)
subdir('data')
subdir('src')