This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Silent some more warnings.


On Thu, Feb 20, 2003 at 11:29:32PM +0100, Vaclav Haisman wrote:
> -	ldptr = (struct ldieee *)&value;
> +	ldptr = (struct ldieee *)(void *)&value;

Actually, these look more like overreacting of the compiler.  I'm not
sure it's worth to concider to change all apps to this sort of wild
casting scheme.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin at cygwin dot com
Red Hat, Inc.


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