laforge has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/32104 )


Change subject: lc15: Remove unused warning
......................................................................

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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/04/32104/1

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 https://gerrit.osmocom.org/c/osmo-bts/+/32104
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I23270dfe6779321e514c71184b3c71f52a9b4c4a
Gerrit-Change-Number: 32104
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-MessageType: newchange

Reply via email to