Fix some compiler warnings.
This commit is contained in:
parent
a80c18dd20
commit
8de8f1d9e2
5 changed files with 4 additions and 5 deletions
|
|
@ -72,7 +72,7 @@ void broadcast_meta(connection_t *from, const char *buffer, int length) {
|
|||
}
|
||||
|
||||
bool receive_meta(connection_t *c) {
|
||||
int inlen, reqlen;
|
||||
int inlen;
|
||||
char inbuf[MAXBUFSIZE];
|
||||
char *bufp = inbuf, *endp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue