This is the mail archive of the gcc-patches@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: Squelch some more cygwin specific warnings


Billinghurst, David (CRTS) wrote:-

> This patch fixes a number of cygwin specific warnings in toplev.c, varasm.c
> and winnt.c.  Just a couple of headers, some missing declarations and a few
> char * -> const char *. 
 
> +#include <stdio.h>

Maybe you should add a comment here and the other places to say it's
needed for cygwin?  Otherwise someone may remove it in future, and we're
back to square one.

Neil.


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