summaryrefslogtreecommitdiff
path: root/include
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 /include
parent6d05633921467375af5f4cd7a67032ad0c77633d (diff)
downloadATCD-eda1949a64fd0c7ef73e8ecc5b4faf7fbc6bc013.tar.gz
ChangeLogTag:Tue Jul 13 22:25:18 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/wrapper_macros.GNU5
1 files changed, 5 insertions, 0 deletions
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