aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-08-01 12:42:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-08-01 12:42:38 +0000
commitb43d3c13803ccc364462558256ecaaa65ffeb202 (patch)
tree3c8a1b2d2e3c68f1c358bfd9ffdf7c682de82f5f
parent2c4bdd2e82a7fde5e78f3c86716204d862a6d610 (diff)
fix packet-sndcp-xid.c:483: warning: unused parameter 'pinfo'
svn path=/trunk/; revision=25893
-rw-r--r--epan/dissectors/packet-sndcp-xid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sndcp-xid.c b/epan/dissectors/packet-sndcp-xid.c
index c23334becd..dc02886e49 100644
--- a/epan/dissectors/packet-sndcp-xid.c
+++ b/epan/dissectors/packet-sndcp-xid.c
@@ -480,7 +480,7 @@ static algo_parameters_t dcomp_algo_pars[] = {
/* Code to actually dissect the packets
*/
static void
-dissect_sndcp_xid(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+dissect_sndcp_xid(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
{
/* Set up structures needed to add the protocol subtree and manage it
*/