Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mlcoch <tmlcoch@redhat.com>2013-05-27 17:05:06 +0400
committerTomas Mlcoch <tmlcoch@redhat.com>2013-05-27 17:05:06 +0400
commita6d9225ae10a8ef46c5b2673111080cd9fa72911 (patch)
treee32224f415ce7488a001c79031e41339f8d40524 /tests/test_xml_parser_filelists.c
parentdc9b875444845952872abef4c050ff300b64d07b (diff)
compression_wrapper: Add GError based error reporting support.
Diffstat (limited to 'tests/test_xml_parser_filelists.c')
-rw-r--r--tests/test_xml_parser_filelists.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_xml_parser_filelists.c b/tests/test_xml_parser_filelists.c
index fb1d286..e7728f1 100644
--- a/tests/test_xml_parser_filelists.c
+++ b/tests/test_xml_parser_filelists.c
@@ -81,6 +81,7 @@ newpkgcb_interrupt(cr_Package **pkg,
GError **err)
{
CR_UNUSED(pkgId);
+ CR_UNUSED(name);
CR_UNUSED(arch);
CR_UNUSED(cbdata);