summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-02 19:38:11 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-02 19:38:11 +0000
commitc18669cf076b7939f9a8b9b6181b0e6153bc4292 (patch)
treec3739c2273b7f695f38b1b458c8f96f5f4d66d5c
parentef69ef3d838388a84bd5daf8f444828012f91e6e (diff)
downloadATCD-c18669cf076b7939f9a8b9b6181b0e6153bc4292.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-99b6
-rw-r--r--TAO/ChangeLog-99c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index df324e133d6..6481eeae4ad 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,9 @@
+Sun May 02 14:36:43 1999 David L. Levine <levine@cs.wustl.edu>
+
+ * ace/OS.h: Added ghs back to the list of compilers for which
+ ACE_NOTREACHED disappears. It was causing warnings for
+ many ACE and TAO files.
+
Sun May 02 08:21:13 1999 David L. Levine <levine@cs.wustl.edu>
* ace/OS.i (pthread_sigmask): added ACE_UNUSED_ARGs to
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index e64134e54ab..d0928dc6d92 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,7 +1,7 @@
Sun May 02 14:32:44 1999 David L. Levine <levine@cs.wustl.edu>
* orbsvcs/orbsvcs/Time_Utilities.i (Time_Value_to_TimeT):
- added static of ACE_ONE_SECOND_IN_NSECS to ACE_UINT32
+ added static cast of ACE_ONE_SECOND_IN_NSECS to ACE_UINT32
so that it will compile with ACE_LACKS_U_LONGLONG_T.
Sun May 02 14:02:23 1999 David L. Levine <levine@cs.wustl.edu>