summaryrefslogtreecommitdiff
path: root/src/cppunit/TestFactoryRegistry.cpp
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@sumost.ca>2008-02-21 02:10:06 +0000
committerSteve M. Robbins <smr@sumost.ca>2008-02-21 02:10:06 +0000
commita5a498561726d1396a681d1a8061156b90a56ec7 (patch)
treead13d903e8367e40f0d7a2d5ae53a1347359e91a /src/cppunit/TestFactoryRegistry.cpp
parent4d73457619973f386444f86be1bf0f00a7093595 (diff)
downloadcppunit-a5a498561726d1396a681d1a8061156b90a56ec7.tar.gz
Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225].
Diffstat (limited to 'src/cppunit/TestFactoryRegistry.cpp')
-rw-r--r--src/cppunit/TestFactoryRegistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit/TestFactoryRegistry.cpp b/src/cppunit/TestFactoryRegistry.cpp
index afe10bb..3457da3 100644
--- a/src/cppunit/TestFactoryRegistry.cpp
+++ b/src/cppunit/TestFactoryRegistry.cpp
@@ -101,7 +101,7 @@ TestFactoryRegistry::getRegistry( const std::string &name )
void
-TestFactoryRegistry::registerFactory( const std::string &name,
+TestFactoryRegistry::registerFactory( const std::string &,
TestFactory *factory )
{
registerFactory( factory );