Skip to content

Commit

Permalink
解除警告
Browse files Browse the repository at this point in the history
  • Loading branch information
heyuanjie87 committed Apr 28, 2019
1 parent 42e5f03 commit 9292159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipmsg_filerecv.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "ipmsg.h"
#include "ipmsgdef.h"

#include <stdio.h>
#include <sys/socket.h>
#include "netdb.h"

Expand Down Expand Up @@ -98,7 +99,6 @@ static void msg_server(void *p)
int sock;
char *buf;
ipmsg_filehandler_t *fh = p;
int ret;
int stage = 0;

fh->notify(fh, IPMSG_FE_ENTER, NULL);
Expand Down

0 comments on commit 9292159

Please sign in to comment.