fixed a few warnings from VS2010 express
This commit is contained in:
@@ -267,7 +267,7 @@ int main(int argc, char** argv)
|
||||
if( c == '\x1b' ) // esc
|
||||
{
|
||||
cout << "Exiting ..." << endl;
|
||||
return 0;
|
||||
break;
|
||||
}
|
||||
else if( isWarpPerspective )
|
||||
{
|
||||
@@ -276,6 +276,5 @@ int main(int argc, char** argv)
|
||||
ransacReprojThreshold, rng );
|
||||
}
|
||||
}
|
||||
waitKey(0);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user