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

@@ -35,7 +35,7 @@ using Poco::DynamicStruct;
using Poco::DateTime;
using Poco::DateTimeFormatter;
JSONTest::JSONTest(const std::string& name): CppUnit::TestCase("JSON")
JSONTest::JSONTest(const std::string& rName): CppUnit::TestCase("JSON")
{
}