On 2015-08-27 21:47, Sam Edge wrote: > One might add, "Always, always initialize automatic variables. This > ensures deterministic behaviour. The compiler will optimise out the > redundant ones."
Seems like a fast way to not get a compiler warning if you do happen to use a variable that would be used uninitialized if it were not for an ugly pointless initializer. Sorry if I added the wrong number of negations in there, but you get my point anyway, hopefully... Cheers, Peter -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple