mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -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