openwrt/package
Petr Štetiar d6198d8625 mtd: cleanup unused code and variables in fis.c
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>
2019-07-17 23:06:02 +02:00
..
base-files base-files: don't set ARGV and ARGC 2019-07-17 08:10:40 +02:00
boot ath79: add support for Qihoo C301 2019-07-16 09:51:03 +08:00
devel perf: simplify the build process 2019-07-17 12:16:29 +02:00
firmware brcm2708: switch to linux-firmware SDIO NVRAM 2019-07-14 12:44:14 +02:00
kernel mt76: update to the latest version 2019-07-17 09:36:44 +02:00
libs libroxml: bump to the 3.0.2 version 2019-07-15 21:35:56 +02:00
network openvpn: add new list option tls_ciphersuites 2019-07-17 22:59:29 +02:00
system mtd: cleanup unused code and variables in fis.c 2019-07-17 23:06:02 +02:00
utils lua5.3: build shared library 2019-07-11 18:38:51 +02:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00