mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix compilation warnings
This commit is contained in:
parent
e386eb00ef
commit
c68f23cdaf
2 changed files with 14 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue