PATCH: Avoid signed/unsigned warnings in tc-arm.c

Zack Weinberg zack@codesourcery.com
Thu Jun 23 20:07:00 GMT 2005


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



More information about the Binutils mailing list