aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h264.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-12-13 22:47:42 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-12-13 22:47:42 +0000
commit5b1372aeffd58a4b5fa6042499440665dae60ebd (patch)
tree99bac711a0a518c3acb661127aedda362829354e /epan/dissectors/packet-h264.c
parent38f23ab4e69316ce002a8c22fa2e9791d2e19ac5 (diff)
Fix compilation on Unix (unused variable passed to function)
svn path=/trunk/; revision=23859
Diffstat (limited to 'epan/dissectors/packet-h264.c')
-rw-r--r--epan/dissectors/packet-h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h264.c b/epan/dissectors/packet-h264.c
index c61c7c0872..a7b707b718 100644
--- a/epan/dissectors/packet-h264.c
+++ b/epan/dissectors/packet-h264.c
@@ -376,7 +376,7 @@ dissect_h264_exp_golomb_code(proto_tree *tree, int hf_index, tvbuff_t *tvb, gint
*/
static gboolean
-more_rbsp_data(proto_tree *tree, tvbuff_t *tvb, packet_info *pinfo _U_, gint bit_offset)
+more_rbsp_data(proto_tree *tree _U_, tvbuff_t *tvb, packet_info *pinfo _U_, gint bit_offset)
{
int offset;