aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip6.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-07-22 15:41:46 +0000
committerGerald Combs <gerald@wireshark.org>2013-07-22 15:41:46 +0000
commitac22b33f4f87b12466fb1971b53ba046425fca7d (patch)
tree36303d5201863001bc7c3d74327a4697c4c8f1a3 /epan/dissectors/packet-mip6.c
parentfe166ca904b8e492a9e07112318c0e561ad0ed5e (diff)
Mark a parameter unused.
svn path=/trunk/; revision=50790
Diffstat (limited to 'epan/dissectors/packet-mip6.c')
-rw-r--r--epan/dissectors/packet-mip6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mip6.c b/epan/dissectors/packet-mip6.c
index 2d17dd0184..8804037bb7 100644
--- a/epan/dissectors/packet-mip6.c
+++ b/epan/dissectors/packet-mip6.c
@@ -1852,7 +1852,7 @@ dissect_mip6_opt_vsm_3gpp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, v
/* 1 PadN [RFC3775] */
static void
dissect_mip6_opt_padn(const mip6_opt *optp, tvbuff_t *tvb, int offset,
- guint optlen, packet_info *pinfo _U_,
+ guint optlen _U_, packet_info *pinfo _U_,
proto_tree *opt_tree, proto_item *hdr_item _U_ )
{
guint8 len;