diff options
author | Blue Swirl | 2010-07-07 21:37:53 +0200 |
---|---|---|
committer | Blue Swirl | 2010-07-07 21:37:53 +0200 |
commit | 09d7ae9000fe27d1861cb0348cbf71563ded6148 (patch) | |
tree | c77735ce912677a2b1ae73c48b52871336d5969f /hw/ppce500_pci.c | |
parent | sheepdog: fix compile error on systems without TCP_CORK (diff) | |
download | qemu-09d7ae9000fe27d1861cb0348cbf71563ded6148.tar.gz qemu-09d7ae9000fe27d1861cb0348cbf71563ded6148.tar.xz qemu-09d7ae9000fe27d1861cb0348cbf71563ded6148.zip |
Fix warning about uninitialized variable
With gcc 4.2.1-sjlj (mingw32-2) I get this warning:
/src/qemu/exec.c: In function 'qemu_ram_alloc':
/src/qemu/exec.c:2777: warning: 'offset' may be used uninitialized in this function
Fix by initializing the variable.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/ppce500_pci.c')
0 files changed, 0 insertions, 0 deletions