]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warning
authorKumar Gala <galak@kernel.crashing.org>
Wed, 23 Nov 2011 06:31:04 +0000 (06:31 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 27 Nov 2011 14:45:47 +0000 (15:45 +0100)
commitd90a5b1ed1bac1e3808d3a737a3ef6496061bae0
tree585acf8f1313d786adaf95339020679ec3f0de22
parentca8a30ec6af939c59f9ed53c81629c4adf8e3d50
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>
drivers/bios_emulator/x86emu/ops2.c