driver/netfile.cpp: fix warning (again)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ca8e8d75e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-12 (Thu, 12 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-12-12 17:28:53 +04:00
parent e26e9ef239
commit 36313bcd6c

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;