driver/netfile.cpp: fix warning (again)

Origin commit data
------------------
Commit: 6ca8e8d75e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-12 (Thu, 12 Dec 2013)
This commit is contained in:
[CST] Focus
2013-12-12 17:28:53 +04:00
parent e04fd11f7e
commit 47b327cfd9

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;