driver/netfile.cpp: fix warning (again)

This commit is contained in:
[CST] Focus
2013-12-12 17:28:53 +04:00
parent 937c23bc20
commit 6ca8e8d75e

View File

@@ -570,7 +570,7 @@ void readln(int fd, char *buf)
*buf = 0;
}
int parse_response(URL *url, void *opt, CSTATE *state)
int parse_response(URL *url, void * /*opt*/, CSTATE *state)
{
char header[2049], /*str[255]*/ str[2048]; // combined with 2nd local str from id3 part
char *ptr, chr=0, lastchr=0;