~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;
|
||||
|
@@ -48,7 +48,7 @@
|
||||
#pragma warning( disable: 4251 4711 4710 4514 )
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#ifdef HAVE_CVCONFIG_H
|
||||
#include "cvconfig.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user