Subject: Re: uninitialized vars
To: Christos Zoulas <christos@astron.com>
From: Jaka Jejcic <jj@gnorw.net>
List: current-users
Date: 10/18/2005 15:27:22
> You are probably compiling without optimization and the compiler
> does not do the necessary control flow analysis to find that those
> variables don't need to be initialized.

hmm... that seems logical. I'll test with and without different combinations
of optimizations. But it still seems strange - it should build without any 
mk.conf file (or command line parameters).