From 54af38d7f47e4135aab626496e2de9e71dd49cff Mon Sep 17 00:00:00 2001 From: thilo Date: Mon, 19 Oct 2009 18:54:09 +0000 Subject: Shut up warnings git-svn-id: svn://svn.icculus.org/quake3/trunk@1685 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/unzip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/qcommon/unzip.c b/code/qcommon/unzip.c index 1d67fda..a50e186 100644 --- a/code/qcommon/unzip.c +++ b/code/qcommon/unzip.c @@ -204,7 +204,7 @@ local int unzlocal_getShort (pzlib_filefunc_def,filestream,pX) uLong *pX; { uLong x ; - int i; + int i = 0; int err; err = unzlocal_getByte(pzlib_filefunc_def,filestream,&i); @@ -232,7 +232,7 @@ local int unzlocal_getLong (pzlib_filefunc_def,filestream,pX) uLong *pX; { uLong x ; - int i; + int i = 0; int err; err = unzlocal_getByte(pzlib_filefunc_def,filestream,&i); -- cgit v1.2.3