On Thu, Apr 14, 2011 at 11:22:35AM +0200, Christophe Fergeau wrote:
- vbox_tmpl.c: the variable is used inside an #ifdef and is assigned
several
times outside of #ifdef. Fixing the warning would have required wrapping
all the assignment inside #ifdef which hurts readability.
On second thoughts, most of the #ifdef are already there, so it's not
too ugly to fix this one too, patch to follow.
Christophe