Commit 4bf1df7d authored by Istvan Sarandi's avatar Istvan Sarandi

Suppress warning in constructor.

parent 22d3faae
...@@ -72,10 +72,10 @@ private: ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment