1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 14:53:03 +04:00

added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings

This commit is contained in:
Vadim Pisarevsky
2011-07-19 12:27:07 +00:00
parent 6bb1c07fd4
commit ff5e97c8e4
48 changed files with 443 additions and 385 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ std::string CommandLineParser::getString(const std::string& keys) const
}
if (is_cur_found)
found_index=j;
found_index=(int)j;
}
if (found_index<0)