aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-10-25 20:08:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-10-25 20:08:26 +0000
commitae8165fd4c5beb5cb35a56f23a07c250e61cd3d0 (patch)
tree3c5cad655738cc400f4143bf0e38052cce5d629d /epan/dissectors/packet-gsm_a_common.c
parent54e47c82851d45e43c521564fb4d786f2d0795a8 (diff)
Fix some set but not used [-Wunused-but-set-variable] warnings.
svn path=/trunk/; revision=39579
Diffstat (limited to 'epan/dissectors/packet-gsm_a_common.c')
-rw-r--r--epan/dissectors/packet-gsm_a_common.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.c b/epan/dissectors/packet-gsm_a_common.c
index ded00b03f4..d0646d125d 100644
--- a/epan/dissectors/packet-gsm_a_common.c
+++ b/epan/dissectors/packet-gsm_a_common.c
@@ -2263,15 +2263,12 @@ de_mid(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint32 offset, guin
guint16
de_ms_cm_1(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
{
- guint8 oct;
guint32 curr_offset;
proto_tree *subtree;
proto_item *item;
curr_offset = offset;
- oct = tvb_get_guint8(tvb, curr_offset);
-
item =
proto_tree_add_text(tree,
tvb, curr_offset, 1, "%s",