summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-16 03:27:20 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-16 03:27:20 +0000
commit6b43fdcb3fa95094fd9fd45169885d5368663101 (patch)
treef18a078a37fae9eb6f1cb3efcbe0c2015b479c93 /TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp
parent4cb33e9c8897eb189518fd1b2fe6f97f22c7c455 (diff)
downloadATCD-6b43fdcb3fa95094fd9fd45169885d5368663101.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp b/TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp
index 27f367ab145..c1e594bed31 100644
--- a/TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_argument/pre_docall_cs.cpp
@@ -144,7 +144,7 @@ be_visitor_args_pre_docall_cs::visit_array (be_array *node)
}
int
-be_visitor_args_pre_docall_cs::visit_interface (be_interface *node)
+be_visitor_args_pre_docall_cs::visit_interface (be_interface *)
{
TAO_OutStream *os = this->ctx_->stream (); // get output stream
be_argument *arg = this->ctx_->be_node_as_argument (); // get the argument
@@ -169,7 +169,7 @@ be_visitor_args_pre_docall_cs::visit_interface (be_interface *node)
}
int
-be_visitor_args_pre_docall_cs::visit_interface_fwd (be_interface_fwd *node)
+be_visitor_args_pre_docall_cs::visit_interface_fwd (be_interface_fwd *)
{
TAO_OutStream *os = this->ctx_->stream (); // get output stream
be_argument *arg = this->ctx_->be_node_as_argument (); // get the argument