summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2011-03-31 20:30:13 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2011-03-31 20:30:13 +0000
commita46e1f6c31a26f24e5145cd10c1717ab80ba70a0 (patch)
tree0b89735e3e39013f82a525fef1a453da1887d1c7 /Lib
parente4f434173da709c135210b21c97554c865b17067 (diff)
downloadswig-a46e1f6c31a26f24e5145cd10c1717ab80ba70a0.tar.gz
unused warning fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/szager-python-builtin@12581 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Lib')
-rw-r--r--Lib/python/pyapi.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/python/pyapi.swg b/Lib/python/pyapi.swg
index d980f9263..6f53676ed 100644
--- a/Lib/python/pyapi.swg
+++ b/Lib/python/pyapi.swg
@@ -32,7 +32,7 @@ typedef struct swig_const_info {
* Wrapper of PyInstanceMethod_New() used in Python 3
* It is exported to the generated module, used for -fastproxy
* ----------------------------------------------------------------------------- */
-SWIGRUNTIME PyObject* SWIG_PyInstanceMethod_New(PyObject *self, PyObject *func)
+SWIGRUNTIME PyObject* SWIG_PyInstanceMethod_New(PyObject *SWIGUNUSEDPARM(self), PyObject *func)
{
#if PY_VERSION_HEX >= 0x03000000
return PyInstanceMethod_New(func);