Fix some initialization/sprintf warnings.

This commit is contained in:
Unknown W. Brackets 2013-09-01 01:05:35 -07:00
parent 17086b65c3
commit 7349de55d1
8 changed files with 26 additions and 18 deletions

View file

@ -662,7 +662,7 @@ void ISOFileSystem::DoState(PointerWrap &p)
entries.clear();
for (int i = 0; i < n; ++i)
{
u32 fd;
u32 fd = 0;
OpenFileEntry of;
p.Do(fd);