summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/Logger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'python/modules/IcePy/Logger.cpp')
-rw-r--r--python/modules/IcePy/Logger.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/modules/IcePy/Logger.cpp b/python/modules/IcePy/Logger.cpp
index f4e80a423f8..ce11d007864 100644
--- a/python/modules/IcePy/Logger.cpp
+++ b/python/modules/IcePy/Logger.cpp
@@ -282,7 +282,7 @@ loggerError(LoggerObject* self, PyObject* args)
extern "C"
#endif
static PyObject*
-loggerGetPrefix(LoggerObject* self)
+loggerGetPrefix(LoggerObject* self, PyObject* /*args*/)
{
string prefix;
@@ -456,7 +456,7 @@ IcePy::createLogger(const Ice::LoggerPtr& logger)
extern "C"
PyObject*
-IcePy_getProcessLogger(PyObject* /*self*/)
+IcePy_getProcessLogger(PyObject* /*self*/, PyObject* /*args*/)
{
Ice::LoggerPtr logger;
try