From f7c45941344ecfbcdd5d9b311b61573d37c6ef58 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 1 May 2011 13:48:28 +0000 Subject: Fix further 'variable set but not used' warnings reported from GCC 4.6.0. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29809 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lrcplayer.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugins/lrcplayer.c') diff --git a/apps/plugins/lrcplayer.c b/apps/plugins/lrcplayer.c index 8e9878f..a124863 100644 --- a/apps/plugins/lrcplayer.c +++ b/apps/plugins/lrcplayer.c @@ -1193,7 +1193,6 @@ static void parse_id3v2(int fd) int bytesread = 0; unsigned char global_flags; int flags; - int skip; bool global_unsynch = false; bool global_ff_found = false; bool unsynch = false; @@ -1235,7 +1234,6 @@ static void parse_id3v2(int fd) /* Skip the extended header if it is present */ if(global_flags & 0x40) { - skip = 0; if(version == ID3_VER_2_3) { if(10 != rb->read(fd, header, 10)) -- cgit v1.1