This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] Fix MIPS bfd/elfxx-mips.c compile warning.
- From: sjhill at realitydiluted dot com
- To: Nick Clifton <nickc at redhat dot com>
- Cc: binutils at sourceware dot org
- Date: Mon, 29 Aug 2005 11:32:14 -0500 (CDT)
- Subject: Re: [PATCH] Fix MIPS bfd/elfxx-mips.c compile warning.
> Ooo - clever gcc. You didn't say, but I assume that the warning was
> about "value" possibly being uninitialised when it is used right ? This
> is gcc's interprocedural analysis really coming into its own here.
>
Bingo, that was the warning. Thanks for applying the patch.
-Steve