On Wed, Jan 25, 2012 at 2:34 PM, Jose Fonseca wrote:
> - Original Message -
>> The warning is absolutely useless. It doesn't actually say that there
>> are
>> uninitialized variables. It points out the fact that there are
>> missing
>> initializers and that variables are initialized to zer
- Original Message -
> The warning is absolutely useless. It doesn't actually say that there
> are
> uninitialized variables. It points out the fact that there are
> missing
> initializers and that variables are initialized to zero implicitly,
> which is
> exactly what we want and what we c
The warning is absolutely useless. It doesn't actually say that there are
uninitialized variables. It points out the fact that there are missing
initializers and that variables are initialized to zero implicitly, which is
exactly what we want and what we commonly make use of.
C90 and C99 require a