remove compiler warnings

svn path=/trunk/; revision=19382
This commit is contained in:
Ulf Lamping 2006-09-30 13:40:36 +00:00
parent 0dd1f103cb
commit 3da46255fe
1 changed files with 2 additions and 2 deletions

View File

@ -4754,8 +4754,8 @@ decode_gtp_ms_time_zone(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto
guint16 length;
proto_tree *ext_tree;
proto_item *te;
guint8 data;
char sign;
/*guint8 data;*/
/*char sign;*/
length = tvb_get_ntohs(tvb, offset+1);
te = proto_tree_add_text(tree, tvb, offset, 3+length, "%s : ", val_to_str(GTP_EXT_MS_TIME_ZONE, gtp_val, "Unknown"));