commit | d81e54de5919f46d911e971804bb4b4d77a8a88a | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Sat Mar 19 08:43:22 2011 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Mar 19 08:43:22 2011 +0000 |
tree | 2731b858934fb1f20546fb553beba2a4c5aa72ac | |
parent | 44bc10d5bcb1957f76925b849488288f74f623b7 [diff] |
petalogix_ml605_mmu: remove unused variable Remove a write-only variable, spotted by GCC 4.6.0: /src/qemu/hw/petalogix_ml605_mmu.c: In function 'petalogix_ml605_init': /src/qemu/hw/petalogix_ml605_mmu.c:153:11: error: variable 'serial' set but not used [-Werror=unused-but-set-variable] Signed-off-by: Blue Swirl <blauwirbel@gmail.com>