aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/q932
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2008-07-26 15:28:04 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2008-07-26 15:28:04 +0000
commit1644e4138a753c8b98095adf48be0114badec27f (patch)
treeb3bfe58e4b19584a93a277c916fdfbbf38739d6e /asn1/q932
parent4ac15ee6d435462096bd9540e4899b85071227fe (diff)
Get rid of few warnings (unused generated code, signed/unsigned mismatch)
svn path=/trunk/; revision=25839
Diffstat (limited to 'asn1/q932')
-rw-r--r--asn1/q932/packet-q932-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/q932/packet-q932-template.c b/asn1/q932/packet-q932-template.c
index d821c31a4b..4f68a74909 100644
--- a/asn1/q932/packet-q932-template.c
+++ b/asn1/q932/packet-q932-template.c
@@ -131,9 +131,9 @@ static const value_string str_nd[] = {
/*--- dissect_q932_facility_ie -------------------------------------------------------*/
/*static*/ void
dissect_q932_facility_ie(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int length) {
- guint8 class;
+ gint8 class;
gboolean pc;
- guint32 tag;
+ gint32 tag;
guint32 len;
int hoffset, eoffset;
int ie_end;