summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-11 03:33:18 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-11 03:33:18 +0000
commita2ed927b7e246402e6846508b9686eb280857c84 (patch)
tree926293ffe442d569359397f6b6e33a837c309c3e
parent0d475c857b4d22a712914a8d42dd9fd02518b771 (diff)
downloadATCD-a2ed927b7e246402e6846508b9686eb280857c84.tar.gz
ChangeLogTag: Thu May 10 22:31:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index c9a74627b57..1af31a8757d 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Thu May 10 22:31:22 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * performance-tests/POA/Object_Creation_And_Registration/registration.cpp:
+ Fixed a nagging warning in g++.
+
Thu May 10 20:42:18 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tests/IDL_Test/union.idl:
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
index ec1fab7a45e..fbd12fa1eb4 100644
--- a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
+++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
@@ -290,7 +290,7 @@ child_poa_testing (PortableServer::POA_ptr root_poa,
for (i = 0; i < iterations; i++)
{
ACE_OS::sprintf (id_buffer,
- "%ul",
+ "%ld",
i);
object_ids[i] =