aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-mp4.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2020-04-04 17:56:19 +0200
committerAnders Broman <a.broman58@gmail.com>2020-04-05 08:29:42 +0000
commit1702b922d08f267b2995959b5a241279a6e319db (patch)
treea449d7837575c42cc39f91347c49c467d1c41046 /epan/dissectors/file-mp4.c
parentcea9793437adaa81f3404453849a15bd15fdd826 (diff)
mp4: remove _U_ for a parameter which is used
This fixes a -Wused-but-marked-unused compiler warning. Change-Id: I6a4b5a98237bdb1573bb893eeea2b510d7780f06 Reviewed-on: https://code.wireshark.org/review/36701 Petri-Dish: Martin Kaiser <wireshark@kaiser.cx> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/file-mp4.c')
-rw-r--r--epan/dissectors/file-mp4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/file-mp4.c b/epan/dissectors/file-mp4.c
index e0b214b06a..8fa369a466 100644
--- a/epan/dissectors/file-mp4.c
+++ b/epan/dissectors/file-mp4.c
@@ -463,7 +463,7 @@ dissect_mp4_stsz_body(tvbuff_t *tvb, gint offset, gint len _U_,
static gint
-dissect_mp4_stsc_body(tvbuff_t *tvb, gint offset, gint len _U_,
+dissect_mp4_stsc_body(tvbuff_t *tvb, gint offset, gint len,
packet_info *pinfo _U_, guint depth _U_, proto_tree *tree)
{
guint32 entry_count;