From: havoc Date: Mon, 22 Jan 2007 23:16:00 +0000 (+0000) Subject: fix a couple warnings (one of them more serious than the other) X-Git-Tag: xonotic-v0.1.0preview~3673 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e2bbfc7960845a283d17172de9fae1ef4139bd45;p=xonotic%2Fdarkplaces.git fix a couple warnings (one of them more serious than the other) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6735 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_main.c b/sv_main.c index 8897544c..aaf4163e 100644 --- a/sv_main.c +++ b/sv_main.c @@ -2546,8 +2546,7 @@ void SV_VM_Setup(void) extern cvar_t csqc_progname; //[515]: csqc crc check and right csprogs name according to progs.dat extern cvar_t csqc_progcrc; extern cvar_t csqc_progsize; - unsigned char *csprogsdata; - fs_offset_t csprogsdatasize; + size_t csprogsdatasize; PRVM_Begin; PRVM_InitProg( PRVM_SERVERPROG );