commit | 812a174279103c57144f97dcfabfba5147fc8654 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Nov 23 06:31:04 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sun Nov 27 15:45:47 2011 +0100 |
tree | 585acf8f1313d786adaf95339020679ec3f0de22 | |
parent | 90b852dae5f26262ca9da6e02b46cbbdbe54993d [diff] |
drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warning Fix: x86emu/ops2.c: In function 'x86emuOp2_set_byte': x86emu/ops2.c:171:11: warning: variable 'name' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala <galak@kernel.crashing.org>