In function 'dissect_rtcp_psfb':

packet-rtcp.c:1232: warning: unused parameter 'top_item'

Change-Id: I76522a9c6094473ce0eeeb7cc929a66e6da21909
Reviewed-on: https://code.wireshark.org/review/2683
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2014-06-27 06:21:36 +02:00 committed by Anders Broman
parent f36db97506
commit f0d291be28
1 changed files with 1 additions and 1 deletions

View File

@ -1229,7 +1229,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, proto_item *top_item, packet_info *pinfo _U_)
int packet_length, proto_item *top_item _U_, packet_info *pinfo _U_)
{
unsigned int counter;
unsigned int num_fci;