summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1535_Regression/bug_1535_regression.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1535_Regression/bug_1535_regression.cpp')
-rw-r--r--TAO/tests/Bug_1535_Regression/bug_1535_regression.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1535_Regression/bug_1535_regression.cpp b/TAO/tests/Bug_1535_Regression/bug_1535_regression.cpp
index b2e9b1657b3..07f4d5a4038 100644
--- a/TAO/tests/Bug_1535_Regression/bug_1535_regression.cpp
+++ b/TAO/tests/Bug_1535_Regression/bug_1535_regression.cpp
@@ -168,7 +168,7 @@ test_no_implicit_activation (
// an issue 10522 about this
succeed = true;
}
- catch (const CORBA::Exception& ex)
+ catch (const CORBA::Exception&)
{
}