>>>>> "Jose" == Jose Abilio Oliveira Matos <[EMAIL PROTECTED]> writes:

Jose> On Thu, Sep 30, 1999 at 04:21:18PM +0200, Jean-Marc Lasgouttes
Jose> wrote:
>> >>>>> "Jose" == Jose Abilio Oliveira Matos
>> <[EMAIL PROTECTED]> writes:
>> 
Jose> As a code style should I initialize that variables to some silly
Jose> value, just to silent the warnings?
>>  Yes, But a not silly value is better, of course :)

Jose>   Ok, this is an academic discussion, but I'm in an Academy so
Jose> that is no trouble to me, if the value isn't used it certainly
Jose> is silly. ;-)

Let's say that, if you add a new case to your switch (or if, I did not
look at it) which happens to use the variable, you'd better have a
reasonable value. Or declare the variable as local to the places where
it is used.

JMarc

Reply via email to