aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-07-23 13:27:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-07-23 13:27:16 +0000
commit227327a1e62c90c0259c043e5e5b61949fdfeb1c (patch)
treed0ef91558306ee30d7aa35284e720ced5e144598 /epan
parenta6af1fae2ae0e4217f399bcec8e854c8756cc949 (diff)
Mark pinfo as unused.
svn path=/trunk/; revision=43927
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-rtcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtcp.c b/epan/dissectors/packet-rtcp.c
index 84c81fdd44..b08985df8e 100644
--- a/epan/dissectors/packet-rtcp.c
+++ b/epan/dissectors/packet-rtcp.c
@@ -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;