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: Problems building binutils cvs trunk on i686-pc-mingw32


On 6/14/05, Nick Clifton <nickc@redhat.com> wrote:
> Hi Christian,
> 
> > ../../src/binutils/rename.c:143: warning: unused parameter 'preserve_dates'
> > ../../src/binutils/rename.c:50: warning: 'simple_copy' defined but not used
> 
> > ../../src/binutils/resres.c:411: warning: comparison between signed and unsigned
> 
> Please could you try the attached patch and let me know if it resolves
> these build failures.  If so I will check it in.
> 
> Cheers
>   Nick
> 
> binutils/ChangeLog
> 2005-06-14  Nick Clifton  <nickc@redhat.com>
> 
>        * rename.c (simple_copy): Only define if it is going to be used.
>        (smart_rename): Mark the preserve_dates parameter as possibly
>        being unused.
> 
>        * resres.c (write_res_data): Prevent a potential compile time
>        warning by casting the return value from fwrite.
>

yeah, they work for me, tested on the daily snapshot, though, since
cvs trunk does not seem to work for me under mingw... makeinfo issue
perhaps...


-- 
Cheers,

/ChJ


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