kill warnings patch by (Måns Rullgård <mru inprovide com>)
Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Michael Niedermayer
parent
53513831da
commit
88730be651
@@ -57,8 +57,7 @@ static int tcp_open(URLContext *h, const char *uri, int flags)
|
||||
struct sockaddr_in dest_addr;
|
||||
char hostname[1024], *q;
|
||||
int port, fd = -1;
|
||||
TCPContext *s;
|
||||
const char *p;
|
||||
TCPContext *s = NULL;
|
||||
fd_set wfds;
|
||||
int fd_max, ret;
|
||||
struct timeval tv;
|
||||
|
||||
Reference in New Issue
Block a user