Mail Archives: djgpp/1997/03/06/00:00:30
On Wed, 5 Mar 1997 14:57:08 +0000 "Salvador Eduardo Tropea (SET)"
<salvador AT natacha DOT inti DOT edu DOT ar> writes:
> I saw other situations where a human can analyze that the variable
>will be
>initialized but GCC claims that not. Seems that this part of GCC is a
>little
>weak. When I come to these situations I simply force an initialization
>to avoid
>the warning, I think that 3 o 4 extra assigments in 500Kb of code
>aren't so bad
>but of course could be better if GCC worked better. You can post your
>wish to
>the GNU/FSF people.
OTOH, I've found that every instance of this (at least in my code) code
be rewritten in a syntactically (great word, eh?) equivalent form that
didn't cause the warning with no loss of performance (I like to get rid
of those warnings, cause they bug the **** out of me when compiling).
This might not always be the case - it just was with my code (which is, I
admit, pretty thin proof :)
...Chambers
- Raw text -