mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
Silence -Wunused-parameter
This commit is contained in:
parent
3d4cd02812
commit
8160edfd04
|
@ -32,5 +32,5 @@ class Sampler : public FairMQDevice
|
|||
};
|
||||
|
||||
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(); }
|
||||
|
|
|
@ -21,5 +21,5 @@ class Sink : public FairMQDevice
|
|||
};
|
||||
|
||||
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(); }
|
||||
|
|
Loading…
Reference in New Issue
Block a user