GH #1050 Util tests: fix gcc -Wshadow warnings

This commit is contained in:
Miklos Vajna
2016-05-11 09:55:43 +02:00
parent 34e415cdd9
commit 4421048c78
20 changed files with 87 additions and 87 deletions

View File

@@ -25,7 +25,7 @@ using Poco::NotFoundException;
using Poco::JSON::JSONException;
JSONConfigurationTest::JSONConfigurationTest(const std::string& name) : AbstractConfigurationTest(name)
JSONConfigurationTest::JSONConfigurationTest(const std::string& rName) : AbstractConfigurationTest(rName)
{
}