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

@ -169,7 +169,7 @@ void VirtualDiscFileSystem::DoState(PointerWrap &p)
for (int i = 0; i < entryCount; i++)
{
u32 fd;
u32 fd = 0;
OpenFileEntry of;
p.Do(fd);