summaryrefslogtreecommitdiffstats
path: root/bindings/perl/glist_handling.c
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/perl/glist_handling.c')
-rw-r--r--bindings/perl/glist_handling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/perl/glist_handling.c b/bindings/perl/glist_handling.c
index 88eba152..d36c59b0 100644
--- a/bindings/perl/glist_handling.c
+++ b/bindings/perl/glist_handling.c
@@ -94,7 +94,7 @@ pv_to_xmlnode(SV *value) {
*
* Return value: a newly create #GList
*/
-static GList*
+G_GNUC_UNUSED static GList*
array_to_glist_string(AV *array)
{
I32 len, i;