[perl-Glib] Hush a compiler warning about an unused variable
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib] Hush a compiler warning about an unused variable
- Date: Sat, 3 Nov 2012 14:01:30 +0000 (UTC)
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]