Problems building binutils cvs trunk on i686-pc-mingw32
Nick Clifton
nickc@redhat.com
Tue Jun 14 10:14:00 GMT 2005
More information about the Binutils mailing list
Tue Jun 14 10:14:00 GMT 2005
- Previous message (by thread): Problems building binutils cvs trunk on i686-pc-mingw32
- Next message (by thread): Problems building binutils cvs trunk on i686-pc-mingw32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: rename.c.patch URL: <https://sourceware.org/pipermail/binutils/attachments/20050614/f79ed96d/attachment.ksh>
- Previous message (by thread): Problems building binutils cvs trunk on i686-pc-mingw32
- Next message (by thread): Problems building binutils cvs trunk on i686-pc-mingw32
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list