summaryrefslogtreecommitdiffstats
path: root/bindings/python/wrapper_top.c
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-09-12 13:57:32 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-09-12 13:57:32 +0000
commitdd81d977610946d80da6dd21354bf9696d9251cb (patch)
tree8a9fd60416bb393047b2a8d2e15b6c70362fdd5c /bindings/python/wrapper_top.c
parent8ef6440a9a604567d6dbd47f8948d813cd90a2ae (diff)
downloadlasso-dd81d977610946d80da6dd21354bf9696d9251cb.tar.gz
lasso-dd81d977610946d80da6dd21354bf9696d9251cb.tar.xz
lasso-dd81d977610946d80da6dd21354bf9696d9251cb.zip
* Add G_GNUC_UNUSED for unused parameter we can't remove (python wrappers).
Diffstat (limited to 'bindings/python/wrapper_top.c')
-rw-r--r--bindings/python/wrapper_top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/wrapper_top.c b/bindings/python/wrapper_top.c
index 11d83efd..3e65393e 100644
--- a/bindings/python/wrapper_top.c
+++ b/bindings/python/wrapper_top.c
@@ -439,7 +439,7 @@ static PyMemberDef PyGObjectPtr_members[] = {
};
static PyObject*
-PyGObjectPtr_get_refcount(PyGObjectPtr *self, void *closure)
+PyGObjectPtr_get_refcount(PyGObjectPtr *self, G_GNUC_UNUSED void *closure)
{
PyObject *refcount;