summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp
index 8fd0fa3f254..3949c0412c4 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/SemanticAction/Impl/Typedef.cpp
@@ -64,7 +64,7 @@ namespace CCF
cerr << "no type with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from
@@ -105,7 +105,7 @@ namespace CCF
cerr << "no type with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "declaration with name \'" << name
<< "\' visible from scope \'" << from