aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-06 21:54:20 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-06 21:54:20 +0000
commit91a80674b000ff3e1f50896b243e88412855ae2b (patch)
treea31f7d685896934a0a083ffaac8bb67a7b0b27f8
parenta36ef87b8e650fb4fd260764db1c94f3919d1b0d (diff)
Mark unused parameters as unused.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26717 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-mp4ves.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mp4ves.c b/epan/dissectors/packet-mp4ves.c
index eaad8f6e6e..215e4f280d 100644
--- a/epan/dissectors/packet-mp4ves.c
+++ b/epan/dissectors/packet-mp4ves.c
@@ -337,7 +337,7 @@ dissect_mp4ves(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
* unsignedMax INTEGER(0..65535), -- Look for max
*/
static int
-dissect_mp4ves_par_profile(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
+dissect_mp4ves_par_profile(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_)
{
int offset = 0;
guint16 lvl;
@@ -356,7 +356,7 @@ dissect_mp4ves_par_profile(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tr
return offset;
}
static int
-dissect_mp4ves_par_video_object_type(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
+dissect_mp4ves_par_video_object_type(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_)
{
int offset = 0;
guint16 lvl;