Mark pinfo as unused.

svn path=/trunk/; revision=43927
This commit is contained in:
Anders Broman 2012-07-23 13:27:16 +00:00
parent a6af1fae2a
commit 227327a1e6
1 changed files with 1 additions and 1 deletions

View File

@ -918,7 +918,7 @@ dissect_rtcp_rtpfb( tvbuff_t *tvb, int offset, proto_tree *rtcp_tree, proto_item
}
static int
dissect_rtcp_psfb( tvbuff_t *tvb, int offset, proto_tree *rtcp_tree,
int packet_length, packet_info *pinfo )
int packet_length, packet_info *pinfo _U_)
{
unsigned int counter;
unsigned int num_fci;