[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pcc-list
Subject:    Re: Compiler error in cpp.c on PowerPC machine (latest CVS)
From:       Anders Magnusson <ragge () ludd ! ltu ! se>
Date:       2008-07-06 17:15:13
Message-ID: 4870FDA1.6000806 () ludd ! ltu ! se
[Download RAW message or body]

Craig St Jean wrote:
> Hello,
> On my PowerPC machine, line 752 of cc/cpp/cpp.c:
>     if (gccvari && strcmp(yytext, gccvari) == 0) {
> needs changed to:
>     if (gccvari && strcmp(yytext, (char *)gccvari) == 0) {
> to prevent a sign difference warning.
> 
Thanks, yes, it should be casted.  I've fixed it now.

-- Ragge
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic