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 4ed1443 commit cb8c973Copy full SHA for cb8c973
meson.build
@@ -15,6 +15,11 @@ libvala_required_version = '>= 0.40.4'
15
libvala_dep = dependency('libvala-@0@'.format(libvala_version), version: libvala_required_version)
16
json_dep = dependency('json-glib-1.0')
17
18
+add_project_arguments(
19
+ '-w',
20
+ language: 'C'
21
+)
22
+
23
subdir('lib')
24
subdir('src')
25
subdir('test')
0 commit comments