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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user