mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Suppress warning in constructor.
This commit is contained in:
parent
22d3faaeb9
commit
4bf1df7da3
@ -72,10 +72,10 @@ private:
|
||||
|
||||
};
|
||||
|
||||
Core_ConcatenationTest::Core_ConcatenationTest(bool horizontal, bool firstEmpty, bool secondEmpty)
|
||||
: horizontal(horizontal)
|
||||
, firstEmpty(firstEmpty)
|
||||
, secondEmpty(secondEmpty)
|
||||
Core_ConcatenationTest::Core_ConcatenationTest(bool horizontal_, bool firstEmpty_, bool secondEmpty_)
|
||||
: horizontal(horizontal_)
|
||||
, firstEmpty(firstEmpty_)
|
||||
, secondEmpty(secondEmpty_)
|
||||
{
|
||||
test_case_count = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user