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
Review at  https://gerrit.osmocom.org/1723
compiler warning: bsc_vty: remove two unused vars
Added in recent commit 42def7205ba91df4bbb7e3240be0df8c26c2d63e
"Implement VTY configuration to control Early Classmark Sending"
Change-Id: Iaf640fa6e1f234f594fb8dc06f716d3d3e95eb2a
---
M openbsc/src/libbsc/bsc_vty.c
1 file changed, 0 insertions(+), 1 deletion(-)
  git pull ssh://gerrit.osmocom.org:29418/openbsc refs/changes/23/1723/1
diff --git a/openbsc/src/libbsc/bsc_vty.c b/openbsc/src/libbsc/bsc_vty.c
index b28d4de..7d3b4af 100644
--- a/openbsc/src/libbsc/bsc_vty.c
+++ b/openbsc/src/libbsc/bsc_vty.c
@@ -2686,7 +2686,6 @@
 	"Early Classmark Sending is forbidden\n")
 {
 	struct gsm_bts *bts = vty->index;
-	int rc, type;
 
 	if (!strcmp(argv[0], "allowed"))
 		bts->early_classmark_allowed = true;
-- 
To view, visit https://gerrit.osmocom.org/1723
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaf640fa6e1f234f594fb8dc06f716d3d3e95eb2a
Gerrit-PatchSet: 1
Gerrit-Project: openbsc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>