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:
committed by
Alexander Alekhin
parent
6cfe4a85f7
commit
5da8d65371
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user