diff options
Diffstat (limited to 'cpp/test/Ice/scope/AllTests.cpp')
-rw-r--r-- | cpp/test/Ice/scope/AllTests.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/test/Ice/scope/AllTests.cpp b/cpp/test/Ice/scope/AllTests.cpp index 2c2977da6d2..703db8fe69f 100644 --- a/cpp/test/Ice/scope/AllTests.cpp +++ b/cpp/test/Ice/scope/AllTests.cpp @@ -63,7 +63,7 @@ public: called(); } - void error(const Ice::Exception& ex) + void error(const Ice::Exception&) { test(false); } @@ -139,7 +139,7 @@ public: called(); } - void error(const Ice::Exception& ex) + void error(const Ice::Exception&) { test(false); } @@ -215,7 +215,7 @@ public: called(); } - void error(const Ice::Exception& ex) + void error(const Ice::Exception&) { test(false); } @@ -303,7 +303,7 @@ public: called(); } - void error(const Ice::Exception& ex) + void error(const Ice::Exception&) { test(false); } |