From eda1949a64fd0c7ef73e8ecc5b4faf7fbc6bc013 Mon Sep 17 00:00:00 2001 From: coryan Date: Wed, 14 Jul 1999 03:26:08 +0000 Subject: ChangeLogTag:Tue Jul 13 22:25:18 1999 Carlos O'Ryan --- ChangeLog-99b | 6 ++++++ include/makeinclude/wrapper_macros.GNU | 5 +++++ 2 files changed, 11 insertions(+) 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 + + * 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 * 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 -- cgit v1.2.1