Fix compilation warning for unused variable for vr9.
Fix compilation warning:
/home/ansuel/openwrt-ansuel/openwrt/build_dir/target-mips-openwrt-linux-musl_musl/linux-lantiq_xrx200/ltq-ptm-vr9/ltq-ptm/ifxmips_ptm_vdsl.c: In function 'mailbox_irq_handler':
/home/ansuel/openwrt-ansuel/openwrt/build_dir/target-mips-openwrt-linux-musl_musl/linux-lantiq_xrx200/ltq-ptm-vr9/ltq-ptm/ifxmips_ptm_vdsl.c:560:9: error: unused variable 'i' [-Werror=unused-variable]
560 | int i;
| ^
cc1: all warnings being treated as errors
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
||
|---|---|---|
| .. | ||
| ifxmips_ptm_adsl.c | ||
| ifxmips_ptm_adsl.h | ||
| ifxmips_ptm_amazon_se.c | ||
| ifxmips_ptm_ar9.c | ||
| ifxmips_ptm_common.h | ||
| ifxmips_ptm_danube.c | ||
| ifxmips_ptm_fw_amazon_se.h | ||
| ifxmips_ptm_fw_ar9.h | ||
| ifxmips_ptm_fw_danube.h | ||
| ifxmips_ptm_fw_regs_adsl.h | ||
| ifxmips_ptm_fw_regs_amazon_se.h | ||
| ifxmips_ptm_fw_regs_ar9.h | ||
| ifxmips_ptm_fw_regs_danube.h | ||
| ifxmips_ptm_fw_regs_vdsl.h | ||
| ifxmips_ptm_fw_regs_vr9.h | ||
| ifxmips_ptm_fw_vr9.h | ||
| ifxmips_ptm_ppe_amazon_se.h | ||
| ifxmips_ptm_ppe_ar9.h | ||
| ifxmips_ptm_ppe_common.h | ||
| ifxmips_ptm_ppe_danube.h | ||
| ifxmips_ptm_ppe_vr9.h | ||
| ifxmips_ptm_test.c | ||
| ifxmips_ptm_vdsl.c | ||
| ifxmips_ptm_vdsl.h | ||
| ifxmips_ptm_vr9.c | ||
| Makefile | ||