[quake3-commits] r1685 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Oct 19 14:54:09 EDT 2009
Author: thilo
Date: 2009-10-19 14:54:09 -0400 (Mon, 19 Oct 2009)
New Revision: 1685
Modified:
trunk/code/qcommon/unzip.c
Log:
Shut up warnings
Modified: trunk/code/qcommon/unzip.c
===================================================================
--- trunk/code/qcommon/unzip.c 2009-10-19 16:52:16 UTC (rev 1684)
+++ trunk/code/qcommon/unzip.c 2009-10-19 18:54:09 UTC (rev 1685)
@@ -204,7 +204,7 @@
uLong *pX;
{
uLong x ;
- int i;
+ int i = 0;
int err;
err = unzlocal_getByte(pzlib_filefunc_def,filestream,&i);
@@ -232,7 +232,7 @@
uLong *pX;
{
uLong x ;
- int i;
+ int i = 0;
int err;
err = unzlocal_getByte(pzlib_filefunc_def,filestream,&i);
More information about the quake3-commits
mailing list