mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Compiling PPC with GCC 4.6.0 20100925 produced a few warnings: ../fs/hfs/block.c: In function 'reuse': ../fs/hfs/block.c:304:11: error: variable 'chain' set but not used [-Werror=unused-but-set-variable] ../fs/iso9660/iso9660_mount.c: In function 'iso9660_name': ../fs/iso9660/iso9660_mount.c:18:16: error: variable 'uh' set but not used [-Werror=unused-but-set-variable] Fix the warnings by avoiding write-only variables. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@884 f158a5a8-5612-0410-a976-696ce0be7e32