summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp
index f06be80b428..52155f90cee 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp
+++ b/TAO/CIAO/CCF/CCF/IDL3/SemanticAction/Impl/Home.cpp
@@ -78,7 +78,7 @@ namespace CCF
cerr << "no home with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "incompatible type in inheritance specification" << endl;
}
@@ -124,7 +124,7 @@ namespace CCF
cerr << "no interface with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "incompatible type in supports specification" << endl;
}
@@ -170,7 +170,7 @@ namespace CCF
cerr << "no component with name \'" << name
<< "\' visible from scope \'" << from << "\'" << endl;
}
- catch (WrongType const& e)
+ catch (WrongType const&)
{
cerr << "incompatible type in manages specification" << endl;
}