Hi Christoph,
../../binutils-2.17/gas/read.c:1282: warning: 'stopc' may be used
uninitialized in this function
Thanks for reporting this. Although it is being a bit pedantic, gcc is
technically correct that this variable might be used with an
uninitialized value, so I am checking in the att
On Fri, Aug 25, 2006 at 08:06:21PM +0200, Christoph Ostarek wrote:
> Hello,
> I compile binutils-2.17 with the O3-flag and there is a warning which ends
> my compilation
> with following message:
Compile with --disable-werror if you want to use -O3. In this case
gcc is warning unnecessarily.
-