aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-11-14 17:35:04 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-11-14 17:35:04 +0000
commit34ea8864543bdb540bbf7aa4dc436ad25ff93936 (patch)
treeae77bb640cfc28d13745445f7c59eb52a1a57551 /asn1/h248
parentfa5c7f85aa5d006ac650546c3f81eb7744dfdc59 (diff)
[-Wunused-but-set-variable]
svn path=/trunk/; revision=39829
Diffstat (limited to 'asn1/h248')
-rw-r--r--asn1/h248/packet-h248-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h248/packet-h248-template.c b/asn1/h248/packet-h248-template.c
index d9390b3c47..977f0f49ef 100644
--- a/asn1/h248/packet-h248-template.c
+++ b/asn1/h248/packet-h248-template.c
@@ -1108,7 +1108,7 @@ static int dissect_h248_PropertyID(gboolean implicit_tag _U_, tvbuff_t *tvb, int
gboolean pc, ind;
gint32 tag;
guint32 len;
- guint16 name_major;
+ /*guint16 name_major;*/
guint16 name_minor;
int end_offset;
tvbuff_t *next_tvb;
@@ -1127,7 +1127,7 @@ static int dissect_h248_PropertyID(gboolean implicit_tag _U_, tvbuff_t *tvb, int
next_tvb = tvb_new_subset(tvb, offset , len , len );
- name_major = packageandid >> 16;
+ /*name_major = packageandid >> 16;*/
name_minor = packageandid & 0xffff;
pkg = (curr_info.pkg) ? curr_info.pkg : &no_package;