summaryrefslogtreecommitdiff
path: root/matlab/src/ObjectPrx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'matlab/src/ObjectPrx.cpp')
-rw-r--r--matlab/src/ObjectPrx.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/matlab/src/ObjectPrx.cpp b/matlab/src/ObjectPrx.cpp
index bdb35de2352..9efc5263cce 100644
--- a/matlab/src/ObjectPrx.cpp
+++ b/matlab/src/ObjectPrx.cpp
@@ -71,8 +71,8 @@ InvocationFuture::exception(exception_ptr e)
}
void
-InvocationFuture::finished(const std::shared_ptr<Ice::Communicator>& communicator,
- const Ice::EncodingVersion& encoding, bool b, pair<const Ice::Byte*, const Ice::Byte*> p)
+InvocationFuture::finished(const std::shared_ptr<Ice::Communicator>& /*communicator*/,
+ const Ice::EncodingVersion& /*encoding*/, bool b, pair<const Ice::Byte*, const Ice::Byte*> p)
{
lock_guard<mutex> lock(_mutex);
_ok = b;
@@ -191,7 +191,6 @@ Ice_ObjectPrx_equals(void* self, void* other)
{
return createResultException(convertException(ex));
}
- return 0;
}
mxArray*
@@ -258,7 +257,6 @@ Ice_ObjectPrx_write(void* proxy, void* communicator, mxArray* encoding)
{
return createResultException(convertException(ex));
}
- return 0;
}
mxArray*
@@ -541,14 +539,14 @@ Ice_ObjectPrx_ice_getEndpoint(void* self, unsigned int idx, void** r)
}
mxArray*
-Ice_ObjectPrx_ice_createEndpointList(void* self, unsigned int num, void** r)
+Ice_ObjectPrx_ice_createEndpointList(void* /*self*/, unsigned int num, void** r)
{
*r = new vector<shared_ptr<Ice::Endpoint>>(num);
return 0;
}
mxArray*
-Ice_ObjectPrx_ice_setEndpoint(void* self, void* arr, unsigned int idx, void* e)
+Ice_ObjectPrx_ice_setEndpoint(void* /*self*/, void* arr, unsigned int idx, void* e)
{
//
// arr must hold a pointer returned by createEndpointList.
@@ -693,7 +691,6 @@ Ice_ObjectPrx_ice_getEndpointSelection(void* self)
{
return convertException(ex);
}
- return 0;
}
mxArray*