mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Fix compiler warnings. Mostly unused parameters have been removed.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user