diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2008-02-21 02:10:06 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2008-02-21 02:10:06 +0000 |
| commit | a5a498561726d1396a681d1a8061156b90a56ec7 (patch) | |
| tree | ad13d903e8367e40f0d7a2d5ae53a1347359e91a /src/cppunit/TestFactoryRegistry.cpp | |
| parent | 4d73457619973f386444f86be1bf0f00a7093595 (diff) | |
| download | cppunit-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.cpp | 2 |
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 ); |
