This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: "new" warnings on alphaev6-unknown-linux-gnu
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Subject: Re: "new" warnings on alphaev6-unknown-linux-gnu
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Date: Fri, 13 Apr 2001 18:56:45 +0100 (BST)
- cc: <gcc at gcc dot gnu dot org>
On Thu, 12 Apr 2001, Brad Lucier wrote:
> There are over a thousand warnings when bootstrapping
> alphaev6-unknown-linux-gnu of the form:
>
> 1339 passing arg ??? of \`???' with different width due to prototype
A lot of such warnings I see on i686-pc-linux-gnu relate to glibc string
macros, referencing functions such as __strcpy_small. Disabling the
warning inside __extension__ would probably suffice to get rid of those.
--
Joseph S. Myers
jsm28@cam.ac.uk