Hello, Thomas!
On Thu, 31 Aug 2000, Thomas Dickey wrote:
> On Thu, Aug 31, 2000 at 03:50:48PM -0400, Pavel Roskin wrote:
> > 4) Somebody has already been confused by an unquoted plus while having
> > problems with ncurses headers.
>
> ...but we never did find the root cause -- but found some suggested workarounds
> that only lead into further discussion.
We did.
1) The new experimental version of GCC doesn't suppress -Wundef in the
system headers. The documentation says that "certain categories of
warnings are suppressed" without naming those categories. This is a change
(intentional or unintentional) of the undocumented behaviour, so we
shouldn't complain to the GCC developers (but we probably should warn them
just in case).
2) Autoconf considers headers that generate warnings as nonexistent. This
is a bug in autoconf that needs to be fixed.
Regards,
Pavel Roskin