From 1644e4138a753c8b98095adf48be0114badec27f Mon Sep 17 00:00:00 2001 From: Tomas Kukosa Date: Sat, 26 Jul 2008 15:28:04 +0000 Subject: Get rid of few warnings (unused generated code, signed/unsigned mismatch) svn path=/trunk/; revision=25839 --- asn1/q932/packet-q932-template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asn1/q932') 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; -- cgit v1.2.3