diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-09-13 22:22:12 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-09-13 22:22:12 +0000 |
commit | 3383fd1c1b93e7079efe0bede9dbd28d548bfe15 (patch) | |
tree | 42157762a5020f6aae1ee6e53a3733c61ba0cc67 /ChangeLogs | |
parent | 3e7242c69546805c97b2cee08033b6076185b883 (diff) | |
download | ATCD-3383fd1c1b93e7079efe0bede9dbd28d548bfe15.tar.gz |
ChangeLogTag:Wed Sep 13 15:21:34 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ChangeLogs')
-rw-r--r-- | ChangeLogs/ChangeLog-02a | 14 | ||||
-rw-r--r-- | ChangeLogs/ChangeLog-03a | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index 178e3bf6706..b3b48677040 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,17 @@ +Wed Sep 13 15:21:34 2000 Ossama Othman <ossama@uci.edu> + + * ace/Synch_T.cpp (ts_init, ts_object): + + Moved code in terminating else block outside of that block, and + removed unnecessary else clauses. This fixes "control reaches + end of non-void function" warnings from GNU C++. + + * bin/autoconf_compile: + + Changed mail subject prefix from "[AUTOCONF_COMPILE]" to + "[AUTO_COMPILE]" so that those monitoring the build logs won't + have to setup an additional mail filter. + Wed Sep 13 15:05:08 2000 Chad Elliott <elliott_c@ociweb.com> * ace/ACE.cpp diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index 178e3bf6706..b3b48677040 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,17 @@ +Wed Sep 13 15:21:34 2000 Ossama Othman <ossama@uci.edu> + + * ace/Synch_T.cpp (ts_init, ts_object): + + Moved code in terminating else block outside of that block, and + removed unnecessary else clauses. This fixes "control reaches + end of non-void function" warnings from GNU C++. + + * bin/autoconf_compile: + + Changed mail subject prefix from "[AUTOCONF_COMPILE]" to + "[AUTO_COMPILE]" so that those monitoring the build logs won't + have to setup an additional mail filter. + Wed Sep 13 15:05:08 2000 Chad Elliott <elliott_c@ociweb.com> * ace/ACE.cpp |