Fix compilation of x86emu with gcc 4.6.x
authorStefan Reinauer <reinauer@chromium.org>
Tue, 4 Oct 2011 17:34:37 +0000 (10:34 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 13 Oct 2011 18:01:47 +0000 (20:01 +0200)
commitd17fe51d9a9402dfdc1b6b633e52a7bf8e757949
tree70f4ae3b8e8099cc02be8e243e7ad20ba0ac476a
parentb6b8871dd3beaf2e39fdb854903466afe041eabc
Fix compilation of x86emu with gcc 4.6.x

gcc 4.6 complains about unused but set variables in x86emu.
Particularly some variables are always set but only used in
debug mode, or when FPU support is enabled.

Change-Id: Ic53bd2303171ab717eb2d2c0ed72744d3eb6989e
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/258
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
src/devices/oprom/x86emu/debug.h
src/devices/oprom/x86emu/fpu.c
src/devices/oprom/x86emu/ops.c
src/devices/oprom/x86emu/ops2.c