This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]: Fix some warning for fixinclude for target w64


On Fri, Apr 25, 2008 at 12:50 PM, Kai Tietz <ktietz70@googlemail.com> wrote:
> Hello,
>
>  This patch fixes some warnings appearing on x86_64-pc-mingw32 target.
>  They are related to pointer sizes and signed/unsigned compares.
>
>  ChangeLog
>
>  2008-04-25  Kai Tietz  <kai.tietz@onevision.com>
>
>         * fixincl.c (fix_with_system): cast pointer difference to long.
>         * fixlib.c (make_raw_shell_str): Cast compare to avoid sign warning.
>
>  Is this patch ok for apply?

Yes, please.  All active branches.  :)  Thank you - Bruce


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