While compile checking mtd changes in PR#1359 I've noticed following
compiler warnings and cleaned them up:
fis.c: In function 'fis_remap':
fis.c:143:25: warning: variable 'redboot' set but not used [-Wunused-but-set-variable]
struct fis_image_desc *redboot = NULL;
^~~~~~~
fis.c:142:25: warning: variable 'fisdir' set but not used [-Wunused-but-set-variable]
struct fis_image_desc *fisdir = NULL;
^~~~~~
Signed-off-by: Petr Štetiar <ynezz@true.cz>
|
||
|---|---|---|
| .. | ||
| crc32.c | ||
| crc32.h | ||
| fis.c | ||
| fis.h | ||
| imagetag.c | ||
| jffs2.c | ||
| jffs2.h | ||
| linksys_bootcount.c | ||
| Makefile | ||
| md5.c | ||
| md5.h | ||
| mtd.c | ||
| mtd.h | ||
| seama.c | ||
| seama.h | ||
| tpl_ramips_recoveryflag.c | ||
| trx.c | ||
| wrg.c | ||
| wrgg.c | ||
| wrgg.h | ||