summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/Properties.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/Properties.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/Properties.cpp')
-rw-r--r--python/modules/IcePy/Properties.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/modules/IcePy/Properties.cpp b/python/modules/IcePy/Properties.cpp
index 532a01b2255..739d4722bef 100644
--- a/python/modules/IcePy/Properties.cpp
+++ b/python/modules/IcePy/Properties.cpp
@@ -490,7 +490,7 @@ propertiesSetProperty(PropertiesObject* self, PyObject* args)
extern "C"
#endif
static PyObject*
-propertiesGetCommandLineOptions(PropertiesObject* self)
+propertiesGetCommandLineOptions(PropertiesObject* self, PyObject* /*args*/)
{
Ice::StringSeq options;
assert(self->properties);
@@ -647,7 +647,7 @@ propertiesLoad(PropertiesObject* self, PyObject* args)
extern "C"
#endif
static PyObject*
-propertiesClone(PropertiesObject* self)
+propertiesClone(PropertiesObject* self, PyObject* /*args*/)
{
Ice::PropertiesPtr properties;
assert(self->properties);