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