Browse Source

[2853] Fix compile warnings

Mukund Sivaraman 12 years ago
parent
commit
632a559629
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/datasrc/iterator_python.cc

+ 1 - 1
src/lib/python/isc/datasrc/iterator_python.cc

@@ -61,7 +61,7 @@ typedef CPPPyObjectContainer<s_ZoneIterator, ZoneIterator>
 
 // General creation and destruction
 int
-ZoneIterator_init(s_ZoneIterator* self, PyObject* args) {
+ZoneIterator_init(s_ZoneIterator*, PyObject*) {
     // can't be called directly
     PyErr_SetString(PyExc_TypeError,
                     "ZoneIterator cannot be constructed directly");