mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-07 07:33:51 +00:00
Fixes for windows warnings
This commit is contained in:
parent
f203f4c122
commit
94d3ce0e17
@ -118,7 +118,7 @@ protected:
|
||||
///@}
|
||||
|
||||
/// Special private constructor for subcommand
|
||||
App(std::string description_, bool help, detail::enabler dummy_param)
|
||||
App(std::string description_, bool help, detail::enabler)
|
||||
: description_(description_) {
|
||||
|
||||
if(help)
|
||||
|
@ -23,7 +23,7 @@ struct ini_ret_t {
|
||||
std::vector<std::string> inputs;
|
||||
|
||||
/// Current parent level
|
||||
int level = 0;
|
||||
size_t level = 0;
|
||||
|
||||
/// Return parent or empty string, based on level
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user