summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-12 16:55:07 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-12 16:55:07 +0000
commitee956304cd2929218e7d6860514c5714fb009131 (patch)
treeea62da6c82c93bcef0df9557c371c175dd069ab7
parent917156254b55211168b365924d71208cd646e074 (diff)
downloadATCD-ee956304cd2929218e7d6860514c5714fb009131.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 4159d8b1ede..df725286970 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -16,6 +16,10 @@ Thu Feb 12 10:21:47 1998 David L. Levine <levine@cs.wustl.edu>
* TAO_IDL/be/be_array.cpp (tao_name): changed type of loop index
"i" to unsigned int to avoid signed/unsigned comparison.
+ * TAO_IDL/be/be_state_exception (get_code): added default case to
+ switch statement, which sets "os" to 0, to avoid compiler warning
+ about possible unitialized use.
+
Wed Feb 11 11:20:34 1998 David L. Levine <levine@cs.wustl.edu>
* tao/iiopobj.h,stub.h (operator =): added return type to avoid