summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-11 00:58:12 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-11 00:58:12 +0000
commit384864bc69dfd957fdf796ff1acb8948ef2e0b4e (patch)
tree9c44ae19097d56e6e4d85c9cecd2dd167e662b56
parentebd378c1e207fc5573835bdecaf2389af61619f9 (diff)
downloadATCD-384864bc69dfd957fdf796ff1acb8948ef2e0b4e.tar.gz
Warnings fixed in IR
-rw-r--r--TAO/ChangeLog-99c13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 5a17a1283d3..87ae1f44196 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,16 @@
+Sat Jul 10 19:40:41 1999 Darrell Brunsch <brunsch@cs.wustl.edu>
+
+ * orbsvcs/ImplRepo_Service/ImplRepo_i.cpp: Removed a warning
+ on EGCS about the variable <retval> being used possibly
+ uninitialized.
+
+ * orbsvcs/tests/ImplRepo/nestea_server_i.cpp: Removed a warning
+ on MSVC about a */ being found outside a comment.
+
+ * orbsvcs/tests/ImplRepo/run_test.pl: Instead of killing the
+ servers at the end of the *_ir tests, shut them down with
+ tao_ir.
+
Sat Jul 10 19:20:55 1999 Nanbor Wang <nanbor@cs.wustl.edu>
* examples/Simple/bank/Account_i.{h,cpp}: