From 6ca8e8d75e203b8545b861e2790f4d0b7ad04b05 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 12 Dec 2013 17:28:53 +0400 Subject: [PATCH] driver/netfile.cpp: fix warning (again) --- src/driver/netfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/netfile.cpp b/src/driver/netfile.cpp index fa88baf1a..a9cb0e206 100644 --- a/src/driver/netfile.cpp +++ b/src/driver/netfile.cpp @@ -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;