Skip to content

Commit ded6a9c

Browse files
committed
Let's supress C garbage warnings as this is a Vala project
1 parent d554a47 commit ded6a9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ add_project_arguments(
3131
'--target-glib=' + glib_min_version,
3232
language: ['vala'],
3333
)
34+
add_project_arguments('-w', language: 'c')
3435

3536
libhelium_deps = [
3637
dependency('gio-2.0', version: '>=' + glib_min_version),
@@ -111,4 +112,4 @@ schemas_dir = get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schem
111112

112113
install_data(settings_schemas, install_dir: schemas_dir)
113114

114-
meson.add_install_script('glib-compile-schemas', schemas_dir)
115+
meson.add_install_script('glib-compile-schemas', schemas_dir)

0 commit comments

Comments
 (0)