We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d554a47 commit ded6a9cCopy full SHA for ded6a9c
meson.build
@@ -31,6 +31,7 @@ add_project_arguments(
31
'--target-glib=' + glib_min_version,
32
language: ['vala'],
33
)
34
+add_project_arguments('-w', language: 'c')
35
36
libhelium_deps = [
37
dependency('gio-2.0', version: '>=' + glib_min_version),
@@ -111,4 +112,4 @@ schemas_dir = get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schem
111
112
113
install_data(settings_schemas, install_dir: schemas_dir)
114
-meson.add_install_script('glib-compile-schemas', schemas_dir)
115
+meson.add_install_script('glib-compile-schemas', schemas_dir)
0 commit comments