This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: "new" warnings on alphaev6-unknown-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]