diff options
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/iriver_flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/iriver_flash.c b/apps/plugins/iriver_flash.c index 562a680a60..829b49b31c 100644 --- a/apps/plugins/iriver_flash.c +++ b/apps/plugins/iriver_flash.c | |||
@@ -460,7 +460,7 @@ void show_fatal_error(void) | |||
460 | int flash_bootloader(const char *filename) | 460 | int flash_bootloader(const char *filename) |
461 | { | 461 | { |
462 | char *bootsector; | 462 | char *bootsector; |
463 | int pos, i, len, rc; | 463 | int pos, i, len/*, rc*/; |
464 | unsigned long checksum, sum; | 464 | unsigned long checksum, sum; |
465 | unsigned char *p8; | 465 | unsigned char *p8; |
466 | uint16_t *p16; | 466 | uint16_t *p16; |
@@ -509,7 +509,7 @@ int flash_bootloader(const char *filename) | |||
509 | 509 | ||
510 | /* Erase the bootloader flash section. */ | 510 | /* Erase the bootloader flash section. */ |
511 | for (i = BOOTLOADER_ENTRYPOINT/SEC_SIZE; i < 0x200; i++) | 511 | for (i = BOOTLOADER_ENTRYPOINT/SEC_SIZE; i < 0x200; i++) |
512 | rc = cfi_erase_sector(FB + (SEC_SIZE/2) * i); | 512 | /*rc =*/ cfi_erase_sector(FB + (SEC_SIZE/2) * i); |
513 | 513 | ||
514 | pos = BOOTLOADER_ENTRYPOINT/2; | 514 | pos = BOOTLOADER_ENTRYPOINT/2; |
515 | p16 = (uint16_t *)audiobuf; | 515 | p16 = (uint16_t *)audiobuf; |