~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
This commit is contained in:
@@ -235,7 +235,7 @@ static _Tp fromStringNumber(const std::string& str)//the default conversion func
|
||||
}
|
||||
|
||||
template<>
|
||||
bool CommandLineParser::get<bool>(const std::string& name, const bool& default_value)
|
||||
bool CommandLineParser::get<bool>(const std::string& name, const bool& /*default_value*/)
|
||||
{
|
||||
if (!has(name))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user