aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-09-19 20:46:51 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-19 20:46:51 +0200
commitc373448e03f12f8f7e5da1d894d63d7bc79eef4a (patch)
tree6bda0129c64c4ef49c450355783703dc633cfb52 /src/common/rsl.c
parent7899dc5fcfa49febd50cb113cc8ef45f32dacc9d (diff)
fix various compiler warnings across the code
this deals with unused cocde, unused variables and undeclared symbols in various places.
Diffstat (limited to 'src/common/rsl.c')
-rw-r--r--src/common/rsl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 9dee4f75..6c334497 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -1280,7 +1280,6 @@ static int rsl_rx_ipac_XXcx(struct msgb *msg)
static int rsl_rx_ipac_dlcx(struct msgb *msg)
{
- struct abis_rsl_dchan_hdr *dch = msgb_l2(msg);
struct tlv_parsed tp;
struct gsm_lchan *lchan = msg->lchan;
int rc, inc_conn_id = 0;