aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-04 12:49:38 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-04-04 12:49:38 +0200
commit5a1b329a9e7065903f800cd18584c2c72a6e9a1a (patch)
treea457832d4cbcc34fafc833a7014da1652f230aba
parent65762e045587ba74b08a27f7a268966f5d3363ee (diff)
gprs: Fix compiler warnings ini gprs_sndcp_vty.c
CC gprs_sndcp_vty.o gprs_sndcp_vty.c: In function ‘vty_dump_sne’: gprs_sndcp_vty.c:46:15: warning: unused variable ‘i’ [-Wunused-variable] unsigned int i;
-rw-r--r--openbsc/src/gprs/gprs_sndcp_vty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/gprs/gprs_sndcp_vty.c b/openbsc/src/gprs/gprs_sndcp_vty.c
index 28fdc635b..deeef071a 100644
--- a/openbsc/src/gprs/gprs_sndcp_vty.c
+++ b/openbsc/src/gprs/gprs_sndcp_vty.c
@@ -43,8 +43,6 @@
static void vty_dump_sne(struct vty *vty, struct gprs_sndcp_entity *sne)
{
- unsigned int i;
-
vty_out(vty, " TLLI %08x SAPI=%u NSAPI=%u:%s",
sne->lle->llme->tlli, sne->lle->sapi, sne->nsapi, VTY_NEWLINE);
vty_out(vty, " Defrag: npdu=%u highest_seg=%u seg_have=0x%08x tot_len=%u%s",