summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-04-04 15:09:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-04-04 15:09:22 +0000
commita7d7365f4ae3709d61b718a9819b92c90eb4807c (patch)
tree46b1d807709ea100f18efbc6b66de394b444ad60
parentaaf0d277b84ac962f17c663d05b6857419ea9651 (diff)
downloadwireshark-a7d7365f4ae3709d61b718a9819b92c90eb4807c.tar.gz
Mark pinfo as unused.
svn path=/trunk/; revision=36445
-rw-r--r--epan/dissectors/packet-gsm_a_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gsm_a_common.c b/epan/dissectors/packet-gsm_a_common.c
index d3d7d7f41b..9da0029fb5 100644
--- a/epan/dissectors/packet-gsm_a_common.c
+++ b/epan/dissectors/packet-gsm_a_common.c
@@ -1554,7 +1554,7 @@ guint16 elem_tv_short(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint
/*
* Type (T) element dissector
*/
-guint16 elem_t(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, guint8 iei, gint pdu_type, int idx, guint32 offset, const gchar *name_add)
+guint16 elem_t(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo _U_, guint8 iei, gint pdu_type, int idx, guint32 offset, const gchar *name_add)
{
guint8 oct;
guint32 curr_offset;