This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: PATCH: Avoid signed/unsigned warnings in tc-arm.c


Khem Raj wrote:
> Hi
> 
> This patch gets rid of few warnings in tc-arm.c while compiling gas with
> gcc 4.0. The build was failing becasue warnings are treated as errors
> while compiling this file
> Is it ok?

No.  Don't just blindly insert casts; change the types of variables/fields so
that they are consistent.

zw


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