On 20 Nov, Igor Sobrado wrote: > I am building the latest release candidate of nmh-1.1. From the output of > the compiler I see that there are *a lot* of uninitialized variables. Really > a lot of them! I will use this nmh release candidate on a machine were I am
I would be inclined to think that clearing up compiler warnings is something we should leave until after the release. I've looked at a number of the instances flagged by the compiler and it is generally always the case that the compiler is wrong: the full program logic doesn't allow the variable to be used without initialisation. The question is how to deal with these because it'd be nice if we could prevent the compiler warnings. In some ways I think it is wrong to needlessly assign 0 to such variables because it implies to someone reading the code that the variable needs to be initialised to 0 and that that value has a purpose. Oliver This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. _______________________________________________ Nmh-workers mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/nmh-workers
