Suppress warning in constructor.

pull/2630/head
Istvan Sarandi 11 years ago
parent 22d3faaeb9
commit 4bf1df7da3
  1. 8
      modules/core/test/test_concatenation.cpp

@ -72,10 +72,10 @@ private:
}; };
Core_ConcatenationTest::Core_ConcatenationTest(bool horizontal, bool firstEmpty, bool secondEmpty) Core_ConcatenationTest::Core_ConcatenationTest(bool horizontal_, bool firstEmpty_, bool secondEmpty_)
: horizontal(horizontal) : horizontal(horizontal_)
, firstEmpty(firstEmpty) , firstEmpty(firstEmpty_)
, secondEmpty(secondEmpty) , secondEmpty(secondEmpty_)
{ {
test_case_count = 1; test_case_count = 1;

Loading…
Cancel
Save