mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
driver/netfile.cpp: fix warning (again)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user