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

eliminate compiler warnings

This commit is contained in:
Alexander Alekhin
2016-10-07 18:49:52 +03:00
committed by Alexander Alekhin
parent 6cfe4a85f7
commit 5da8d65371
18 changed files with 38 additions and 30 deletions
+2 -2
View File
@@ -94,7 +94,7 @@ PARAM_TEST_CASE(CalcBackProject, MatDepth, int, bool)
uimages_roi.resize(N);
}
virtual void random_roi()
void random_roi()
{
Size roiSize = randomSize(1, MAX_VALUE);
@@ -233,7 +233,7 @@ PARAM_TEST_CASE(CalcHist, bool)
useRoi = GET_PARAM(0);
}
virtual void random_roi()
void random_roi()
{
Size roiSize = randomSize(1, MAX_VALUE);