summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence_T.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-17 02:33:55 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-17 02:33:55 +0000
commit2ad99c725ff2075b3a7fecd797835315923b613b (patch)
tree211beaee25c73b4dd5aae34da05dc5f9ee7fd5e5 /TAO/tao/Sequence_T.cpp
parent5297e2ae87fbf2142027f5ce73172aadded34b06 (diff)
downloadATCD-2ad99c725ff2075b3a7fecd797835315923b613b.tar.gz
Wed Jun 16 21:08:58 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Sequence_T.cpp')
-rw-r--r--TAO/tao/Sequence_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Sequence_T.cpp b/TAO/tao/Sequence_T.cpp
index 116d4cb6d62..fc628f5381f 100644
--- a/TAO/tao/Sequence_T.cpp
+++ b/TAO/tao/Sequence_T.cpp
@@ -943,7 +943,7 @@ TAO_Bounded_String_Sequence<MAX>::freebuf (char* *buffer)
}
template<CORBA::ULong MAX> void
-TAO_Bounded_String_Sequence<MAX>::_allocate_buffer (CORBA::ULong length)
+TAO_Bounded_String_Sequence<MAX>::_allocate_buffer (CORBA::ULong /* length */)
{
// For this class memory is never reallocated so the implementation
// is *really* simple.