> > I don't understand what is the problem with the variable > > initialization. I think it's safer and more code robust to set a > > default value to variable. > > > > I know it is theological argument, so I prefer to leave it to the > > developer decision, if the code is valid. > > Extra instructions executed for no purpose as the results are never used > and over-written in the next statement. Additionally extra code space > consumed by useless instructions - granted it is not that much.
Unneeded initialization should be removed. _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
