laforge submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
lc15: Remove unused warning
l1_if.c: In function ‘activate_rf_compl_cb’:
l1_if.c:1251:22: error: unused variable ‘i’ [-Werror=unused-variable]
1251 | unsigned int i;
| ^
Change-Id: I23270dfe6779321e514c71184b3c71f52a9b4c4a
---
M src/osmo-bts-lc15/l1_if.c
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/src/osmo-bts-lc15/l1_if.c b/src/osmo-bts-lc15/l1_if.c
index 7af3be6..3d6d90e 100644
--- a/src/osmo-bts-lc15/l1_if.c
+++ b/src/osmo-bts-lc15/l1_if.c
@@ -1248,7 +1248,6 @@
Litecell15_Prim_t *sysp = msgb_sysprim(resp);
GsmL1_Status_t status;
int on = 0;
- unsigned int i;
if (sysp->id == Litecell15_PrimId_ActivateRfCnf)
on = 1;
To view, visit change 32104. To unsubscribe, or for help writing mail filters, visit settings.