diff options
Diffstat (limited to 'apps/metadata')
-rw-r--r-- | apps/metadata/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/metadata/rm.c b/apps/metadata/rm.c index 8dc4fbe8db..27f541cb25 100644 --- a/apps/metadata/rm.c +++ b/apps/metadata/rm.c | |||
@@ -223,7 +223,7 @@ static int rm_parse_header(int fd, RMContext *rmctx, struct mp3entry *id3) | |||
223 | struct real_object_t obj; | 223 | struct real_object_t obj; |
224 | int res; | 224 | int res; |
225 | int skipped; | 225 | int skipped; |
226 | off_t curpos; | 226 | off_t curpos __attribute__((unused)); |
227 | uint8_t len; /* Holds a string_length, which is then passed to read_string() */ | 227 | uint8_t len; /* Holds a string_length, which is then passed to read_string() */ |
228 | 228 | ||
229 | #ifdef SIMULATOR | 229 | #ifdef SIMULATOR |