summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-14 03:26:08 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-14 03:26:08 +0000
commiteda1949a64fd0c7ef73e8ecc5b4faf7fbc6bc013 (patch)
tree29560df252e42ec5eb6f76fd6e6ebdd50c8115b8
parent6d05633921467375af5f4cd7a67032ad0c77633d (diff)
downloadATCD-eda1949a64fd0c7ef73e8ecc5b4faf7fbc6bc013.tar.gz
ChangeLogTag:Tue Jul 13 22:25:18 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
-rw-r--r--ChangeLog-99b6
-rw-r--r--include/makeinclude/wrapper_macros.GNU5
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index b51a241e892..1d471df3729 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,9 @@
+Tue Jul 13 22:25:18 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
+
+ * include/makeinclude/wrapper_macros.GNU:
+ Disable the "unitialized" warnings with EGCS+exceptions, it
+ gives too many bogus warnings to take care of them.
+
Tue Jul 13 22:16:17 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* bin/ACEutils.pm:
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU
index e3624eb97fb..9fff10bfbfd 100644
--- a/include/makeinclude/wrapper_macros.GNU
+++ b/include/makeinclude/wrapper_macros.GNU
@@ -304,6 +304,11 @@ ifdef exceptions
#### Enable exception handling with g++ < 2.8.0. Not recommended,
#### but provided here for completeness.
CCFLAGS += -fhandle-exceptions
+ else
+ #### Disable this warning on g++ >= 2.8.0 if exceptions are
+ #### enabled, it gets confused and reports too many bogus
+ #### warnings.
+ CFLAGS += -Wno-uninitialized
endif # ACE_HAS_GNUG_PRE_2_8
endif # g++
else # ! exceptions