[perl-Glib] Hush a compiler warning about an unused variable



commit 42fbd24c7938094f9f21df37b959050122f130ec
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sat Nov 3 15:00:29 2012 +0100

    Hush a compiler warning about an unused variable

 GClosure.xs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/GClosure.xs b/GClosure.xs
index 988ad1a..5c38d01 100644
--- a/GClosure.xs
+++ b/GClosure.xs
@@ -138,6 +138,7 @@ gperl_closure_marshal (GClosure * closure,
 	SPAGAIN;
 
 	GPERL_CLOSURE_MARSHAL_CALL (flags);
+	PERL_UNUSED_VAR (count);
 
 	if (want_return_value) {
 		gperl_value_from_sv (return_value, POPs);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]