On 20.06.2012, at 10:02, Kevin Wolf wrote: > Move the declaration of s into the #ifdef sections that actually make > use of it. > > Signed-off-by: Kevin Wolf <kw...@redhat.com>
Yup, that fixes it for me. Btw, when did we start declaring variables within actual code? Most of the QEMU code follows the "variables have to be declared on the top of a block" methodology. Tested-by: Alexander Graf <ag...@suse.de> Alex