1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

warningx fixed under vs2008

This commit is contained in:
Anatoly Baksheev
2010-12-21 11:37:08 +00:00
parent 0545e780f8
commit 998fab0ef5
9 changed files with 250 additions and 250 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ void CV_ChessboardDetectorTest::run_batch( const string& filename )
Size pattern_size = expected.size();
vector<Point2f> v;
bool result;
bool result = false;
switch( pattern )
{
case CHESSBOARD: