diff --git a/apps/mp3data.c b/apps/mp3data.c index 53f13f4f64..cf22ae0ca3 100644 --- a/apps/mp3data.c +++ b/apps/mp3data.c @@ -382,8 +382,8 @@ static int mem_maxlen; static int mem_getbyte(int dummy, unsigned char *c) { - dummy = dummy; - + (void)dummy; + *c = mem_buf[mem_pos++]; if(mem_pos >= mem_buflen) mem_pos = 0;