fix packet-sndcp-xid.c:483: warning: unused parameter 'pinfo'

svn path=/trunk/; revision=25893
This commit is contained in:
Anders Broman 2008-08-01 12:42:38 +00:00
parent 2c4bdd2e82
commit b43d3c1380
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/