diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-14 18:01:20 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-14 18:04:33 +0200 |
commit | 7ad1fa12efd99dd2a4e4ffa01365280f63e99e55 (patch) | |
tree | 4060f9b55627167240beb83eebfac082308a073d /package/devel | |
parent | a24612cc0691c2f4780e25662a3c5f8a624420e0 (diff) | |
download | upstream-7ad1fa12efd99dd2a4e4ffa01365280f63e99e55.tar.gz upstream-7ad1fa12efd99dd2a4e4ffa01365280f63e99e55.tar.bz2 upstream-7ad1fa12efd99dd2a4e4ffa01365280f63e99e55.zip |
kernel: ltq-ptm: fix compilation warning for vr9
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>
Diffstat (limited to 'package/devel')
0 files changed, 0 insertions, 0 deletions