summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/be/be_decl.cpp1
-rw-r--r--TAO/tao/deep_copy.cpp2
-rw-r--r--TAO/tao/skip.cpp2
3 files changed, 4 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_decl.cpp b/TAO/TAO_IDL/be/be_decl.cpp
index 1d776ed5e07..ceb856fac9f 100644
--- a/TAO/TAO_IDL/be/be_decl.cpp
+++ b/TAO/TAO_IDL/be/be_decl.cpp
@@ -353,7 +353,6 @@ be_decl::tc_name2long (const char *name, long *&larr, long &arrlen)
{
static long buf [NAMEBUFSIZE / sizeof (long)];
long slen;
- unsigned int i;
slen = ACE_OS::strlen (name) + 1; // 1 for NULL terminating
diff --git a/TAO/tao/deep_copy.cpp b/TAO/tao/deep_copy.cpp
index 302afdaa45e..0ded0e6c548 100644
--- a/TAO/tao/deep_copy.cpp
+++ b/TAO/tao/deep_copy.cpp
@@ -792,8 +792,10 @@ TAO_Marshal_Array::deep_copy (CORBA::TypeCode_ptr tc,
size_t size;
CORBA::ULong bounds;
+#if 0
// Used only to access the marshal_object factory.
CDR stream;
+#endif /* 0 */
// Rely on binary format of sequences -- all are the same except for
// the type pointed to by "buffer".
diff --git a/TAO/tao/skip.cpp b/TAO/tao/skip.cpp
index 787e11944c3..9e3bc359952 100644
--- a/TAO/tao/skip.cpp
+++ b/TAO/tao/skip.cpp
@@ -120,8 +120,10 @@ TAO_Marshal_TypeCode::skip (CORBA::TypeCode_ptr,
// Context is the CDR stream.
TAO_InputCDR *stream = (TAO_InputCDR *) context;
+#if 0
// Typecode to be decoded.
CORBA::TypeCode_ptr *tcp;
+#endif /* 0 */
// Typecode kind.
CORBA::ULong kind;