[PATCH] osmo-bts[master]: fix compiler warning: remove unused variable 'i' in calib_ve...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Jun 21 20:04:11 UTC 2016


Review at  https://gerrit.osmocom.org/400

fix compiler warning: remove unused variable 'i' in calib_verify()

Change-Id: Iea6bc47182d021523285aea8d3f6a93ee4eec0eb
---
M src/osmo-bts-litecell15/calib_file.c
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/src/osmo-bts-litecell15/calib_file.c b/src/osmo-bts-litecell15/calib_file.c
index a9e8629..ac39e46 100644
--- a/src/osmo-bts-litecell15/calib_file.c
+++ b/src/osmo-bts-litecell15/calib_file.c
@@ -307,7 +307,7 @@
 
 static int calib_verify(struct lc15l1_hdl *fl1h, const struct calib_file_desc *desc)
 {
-       int i, rc, sz;
+       int rc, sz;
        struct calib_send_state *st = &fl1h->st;
        struct phy_link *plink = fl1h->phy_inst->phy_link;
        char *rbuf;

-- 
To view, visit https://gerrit.osmocom.org/400
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iea6bc47182d021523285aea8d3f6a93ee4eec0eb
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list