mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
08fb3f6574
commit
f7c4594134
17 changed files with 344 additions and 355 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue