mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
Remove warnings about unused parameters.
This commit is contained in:
parent
bed58891ea
commit
827c8dcd45
|
@ -125,7 +125,7 @@ class FairMQProgOptions : public FairProgOptions
|
||||||
int UpdateChannelMap(const std::string& channelName, int index, const std::string& member, int val);
|
int UpdateChannelMap(const std::string& channelName, int index, const std::string& member, int val);
|
||||||
// for cases other than int and string
|
// for cases other than int and string
|
||||||
template<typename T>
|
template<typename T>
|
||||||
int UpdateChannelMap(const std::string& channelName, int index, const std::string& member, T val)
|
int UpdateChannelMap(const std::string& /*channelName*/, int /*index*/, const std::string& /*member*/, T /*val*/)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user