Fix compiler warnings. Mostly unused parameters have been removed.

This commit is contained in:
Florian Uhlig
2015-12-15 21:56:41 +01:00
parent 2060f0b1d7
commit d254efb91f
6 changed files with 8 additions and 8 deletions

View File

@@ -223,7 +223,7 @@ void* FairMQSocketZMQ::GetSocket() const
return fSocket;
}
int FairMQSocketZMQ::GetSocket(int nothing) const
int FairMQSocketZMQ::GetSocket(int) const
{
// dummy method to comply with the interface. functionality not possible in zeromq.
return -1;