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

@@ -34,7 +34,7 @@ using Poco::InvalidAccessException;
using Poco::NotFoundException;
SystemConfigurationTest::SystemConfigurationTest(const std::string& name): CppUnit::TestCase(name)
SystemConfigurationTest::SystemConfigurationTest(const std::string& rName): CppUnit::TestCase(rName)
{
}