mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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>
|
||
|---|---|---|
| .. | ||
| ltq-adsl | ||
| ltq-adsl-fw | ||
| ltq-adsl-mei | ||
| ltq-atm | ||
| ltq-deu | ||
| ltq-ifxos | ||
| ltq-ptm | ||
| ltq-tapi | ||
| ltq-vdsl-fw | ||
| ltq-vdsl-vr9 | ||
| ltq-vdsl-vr9-mei | ||
| ltq-vdsl-vr11 | ||
| ltq-vdsl-vr11-mei | ||
| ltq-vectoring | ||
| ltq-vmmc | ||
| vrx518_ep | ||
| vrx518_tc | ||