diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-09-12 13:57:32 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-09-12 13:57:32 +0000 |
| commit | dd81d977610946d80da6dd21354bf9696d9251cb (patch) | |
| tree | 8a9fd60416bb393047b2a8d2e15b6c70362fdd5c /bindings/python/wrapper_top.c | |
| parent | 8ef6440a9a604567d6dbd47f8948d813cd90a2ae (diff) | |
| download | lasso-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.c | 2 |
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; |
