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

calib3d: fix build warnings

This commit is contained in:
Alexander Alekhin
2018-09-17 22:16:31 +00:00
parent e628fd7bce
commit 38de2a8754
2 changed files with 4 additions and 0 deletions
@@ -148,6 +148,7 @@ void CV_ChessboardDetectorTest::run( int /*start_from */)
{
case CHESSBOARD_SB:
checkByGeneratorHighAccuracy(); // not supported by CHESSBOARD
/* fallthrough */
case CHESSBOARD:
checkByGenerator();
if (ts->get_err_code() != cvtest::TS::OK)