mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
MSVC doesn't even warn about that.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3247 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0e3193a3ef
commit
5bb7c56c1a
1 changed files with 1 additions and 1 deletions
|
@ -1426,7 +1426,7 @@ void ParseDownload(sv_t *tv, netmsg_t *m)
|
|||
}
|
||||
}
|
||||
|
||||
void ParseMessage(sv_t *tv, char *buffer, int length, int to, int mask)
|
||||
void ParseMessage(sv_t *tv, void *buffer, int length, int to, int mask)
|
||||
{
|
||||
int i;
|
||||
netmsg_t buf;
|
||||
|
|
Loading…
Reference in a new issue