Fix compilation warnings

This commit is contained in:
smallmodel 2024-09-11 00:21:31 +02:00
parent e386eb00ef
commit c68f23cdaf
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
2 changed files with 14 additions and 8 deletions

View file

@ -3832,10 +3832,10 @@ CL_ServerStatusResponse
===================
*/
void CL_ServerStatusResponse( netadr_t from, msg_t *msg ) {
char *s;
char info[MAX_INFO_STRING];
int i, l, score, ping;
int len;
const char *s;
char info[MAX_INFO_STRING];
int i, l, score, ping;
int len;
serverStatus_t *serverStatus;
serverStatus = NULL;