git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7710
d7cf8633-e32d-0410-b094-
e92efae38249
}
}
}
+ return NULL; // this line only to hush compiler warnings
}
static void R_UploadTexture(gltexture_t *t);
{
if (lastfd < s->inetsocket)
lastfd = s->inetsocket;
- FD_SET(s->inetsocket, &fdreadset);
+ FD_SET((unsigned int)s->inetsocket, &fdreadset);
}
}
tv.tv_sec = microseconds / 1000000;
typedef struct lhnetsocket_s
{
lhnetaddress_t address;
- unsigned int inetsocket;
+ int inetsocket;
struct lhnetsocket_s *next, *prev;
}
lhnetsocket_t;