Fix warnings
This commit is contained in:
parent
0639e086ea
commit
4e4e91c37d
@ -396,7 +396,7 @@ namespace cxxopts
|
||||
|
||||
inline
|
||||
void
|
||||
parse_value(const std::string& text, bool& value)
|
||||
parse_value(const std::string& /*text*/, bool& value)
|
||||
{
|
||||
//TODO recognise on, off, yes, no, enable, disable
|
||||
//so that we can write --long=yes explicitly
|
||||
@ -915,7 +915,7 @@ void
|
||||
Options::parse_option
|
||||
(
|
||||
std::shared_ptr<OptionDetails> value,
|
||||
const std::string& name,
|
||||
const std::string& /*name*/,
|
||||
const std::string& arg
|
||||
)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user