summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-02-11 20:20:11 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-02-11 20:20:11 +0000
commit425480c962a1f139e8533765bf7b0c0ba474a022 (patch)
tree8b31e42f7b242490cb0c9b10ca62a50a0386e555
parenta75c684a9166ea5c142486fdc188a49f1d77c988 (diff)
downloadwireshark-425480c962a1f139e8533765bf7b0c0ba474a022.tar.gz
Mark an unused parameter as _U_
svn path=/trunk/; revision=27432
-rw-r--r--epan/dissectors/packet-gtpv2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gtpv2.c b/epan/dissectors/packet-gtpv2.c
index 789944feda..cc7f9ff359 100644
--- a/epan/dissectors/packet-gtpv2.c
+++ b/epan/dissectors/packet-gtpv2.c
@@ -313,7 +313,7 @@ dissect_gtpv2_cause(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tre
* Editor’s note: MSISDN coding will be defined in TS 24.301.
*/
static void
-dissect_gtpv2_msisdn(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, guint16 length _U_, guint8 instance _U_)
+dissect_gtpv2_msisdn(tvbuff_t *tvb, int offset _U_, packet_info *pinfo, proto_tree *tree, guint16 length _U_, guint8 instance _U_)
{
dissect_gsm_map_msisdn(tvb, pinfo, tree);