diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-11-09 06:21:09 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-16 20:59:05 +0100 |
commit | 755cf792bd6c599febfcac23814dee55074aa23c (patch) | |
tree | d288ca4792e3c5d5fc3d6373f30414ab1ba6dca2 /drivers/bios_emulator/bios.c | |
parent | a4941bdc240fcb5a722033b32e17f1c0245a4bd5 (diff) | |
download | u-boot-imx-755cf792bd6c599febfcac23814dee55074aa23c.zip u-boot-imx-755cf792bd6c599febfcac23814dee55074aa23c.tar.gz u-boot-imx-755cf792bd6c599febfcac23814dee55074aa23c.tar.bz2 |
drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warning
Fix:
x86emu/ops.c: In function 'x86emuOp_int3':
x86emu/ops.c:3521:9: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
x86emu/ops.c: In function 'x86emuOp_int_IMM':
x86emu/ops.c:3549:9: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
x86emu/ops.c: In function 'x86emuOp_into':
x86emu/ops.c:3579:9: warning: variable 'tmp' set but not used [-Wunused-but-set-variable]
x86emu/ops.c: In function 'x86emuOp_aad':
x86emu/ops.c:3993:8: warning: variable 'a' set but not used [-Wunused-but-set-variable]
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/bios_emulator/bios.c')
0 files changed, 0 insertions, 0 deletions