This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -Wold-style-cast and system headers
- To: Marc Espie <espie at quatramaran dot ens dot fr>
- Subject: Re: -Wold-style-cast and system headers
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 06 Jul 1999 10:13:12 -0600
- cc: egcs at egcs dot cygnus dot com
- Reply-To: law at cygnus dot com
In message <19990706181151.A26225@quatramaran.ens.fr>you write:
> The other trouble is how to add such patterns to fixincludes ?
We will not add this stuff to fixincludes.
fixincludes is meant to deal with bugs in the system header files that
prevent gcc from properly compiling code. fixincludes is not meant to
fix bugs which cause warnings.
Fix your include files, that is my recommendation.
jeff