mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-15 07:20:17 +00:00
Silence -Wunused-parameter
This commit is contained in:
committed by
Alexey Rybalchenko
parent
3d4cd02812
commit
8160edfd04
@@ -32,5 +32,5 @@ class Sampler : public FairMQDevice
|
|||||||
};
|
};
|
||||||
|
|
||||||
namespace bpo = boost::program_options;
|
namespace bpo = boost::program_options;
|
||||||
void addCustomOptions(bpo::options_description& options) {}
|
void addCustomOptions(bpo::options_description&) {}
|
||||||
FairMQDevicePtr getDevice(const fair::mq::ProgOptions& /*config*/) { return new Sampler(); }
|
FairMQDevicePtr getDevice(const fair::mq::ProgOptions& /*config*/) { return new Sampler(); }
|
||||||
|
|||||||
@@ -21,5 +21,5 @@ class Sink : public FairMQDevice
|
|||||||
};
|
};
|
||||||
|
|
||||||
namespace bpo = boost::program_options;
|
namespace bpo = boost::program_options;
|
||||||
void addCustomOptions(bpo::options_description& options) {}
|
void addCustomOptions(bpo::options_description&) {}
|
||||||
FairMQDevicePtr getDevice(const fair::mq::ProgOptions& /*config*/) { return new Sink(); }
|
FairMQDevicePtr getDevice(const fair::mq::ProgOptions& /*config*/) { return new Sink(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user