aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mp4ves.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-11-06 21:54:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-11-06 21:54:20 +0000
commit8cbff5d30933ab7c731a68130c6dd744ac20f56a (patch)
treea31f7d685896934a0a083ffaac8bb67a7b0b27f8 /epan/dissectors/packet-mp4ves.c
parente95a3f43c8fe2b921d2448f277c9c370c73339cf (diff)
Mark unused parameters as unused.
svn path=/trunk/; revision=26717
Diffstat (limited to 'epan/dissectors/packet-mp4ves.c')
-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;