summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/Init.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-01-11 18:09:22 +0100
committerJose <jose@zeroc.com>2019-01-11 18:10:30 +0100
commit6fe6fb0f50e7e1cf64d64c2c8d8d03122fed2eb9 (patch)
tree21ae24549d02f8fd98d8211949dfdd4ab588d114 /python/modules/IcePy/Init.cpp
parentFix whitespace (diff)
downloadice-6fe6fb0f50e7e1cf64d64c2c8d8d03122fed2eb9.tar.bz2
ice-6fe6fb0f50e7e1cf64d64c2c8d8d03122fed2eb9.tar.xz
ice-6fe6fb0f50e7e1cf64d64c2c8d8d03122fed2eb9.zip
GCC 8 Build fixes for Python, PHP and Ruby
Diffstat (limited to 'python/modules/IcePy/Init.cpp')
-rw-r--r--python/modules/IcePy/Init.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/modules/IcePy/Init.cpp b/python/modules/IcePy/Init.cpp
index be1b2647828..9588d2b7ee2 100644
--- a/python/modules/IcePy/Init.cpp
+++ b/python/modules/IcePy/Init.cpp
@@ -28,7 +28,7 @@
using namespace std;
using namespace IcePy;
-extern "C" PyObject* IcePy_cleanup(PyObject*);
+extern "C" PyObject* IcePy_cleanup(PyObject*, PyObject*);
static PyMethodDef methods[] =
{
@@ -239,7 +239,7 @@ initIcePy(void)
extern "C"
PyObject*
-IcePy_cleanup(PyObject* /*self*/)
+IcePy_cleanup(PyObject* /*self*/, PyObject* /*args*/)
{
cleanupLogger();