* Fix some compiler warnings

This commit is contained in:
Tim Angus 2010-01-03 22:37:14 +00:00
parent 4056c90358
commit fc05ba7f46

View file

@ -381,8 +381,8 @@ SVC_HashForAddress
================
*/
static long SVC_HashForAddress( netadr_t address ) {
byte *ip;
size_t size;
byte *ip = NULL;
size_t size = 0;
int i;
long hash = 0;