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 9fedf95 commit b7d6b3cCopy full SHA for b7d6b3c
1 file changed
meson.build
@@ -21,6 +21,7 @@ add_project_arguments(
21
'-D_GNU_SOURCE=1',
22
'-DPACKAGE_VERSION="@0@"'.format(meson.project_version()),
23
'-DLIBSYSTEMD_VERSION=@0@'.format(libsystemd_dep.version()),
24
+ '-Wno-unused-parameter',
25
language : 'c',
26
)
27
0 commit comments