aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rohc.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-01-17 18:23:11 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-01-17 18:23:11 +0000
commit914f06e61821ce111fdda3e87e104972de3f7810 (patch)
treea71d3d4a15fbf3a14414dad8d2455133fd615519 /epan/dissectors/packet-rohc.c
parent32c759745a16c8bb173a424f1108d50fbf0cd24f (diff)
Mark a couple of unused parameters as such.
svn path=/trunk/; revision=40558
Diffstat (limited to 'epan/dissectors/packet-rohc.c')
-rw-r--r--epan/dissectors/packet-rohc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rohc.c b/epan/dissectors/packet-rohc.c
index e7bbc8281d..1a90351fe8 100644
--- a/epan/dissectors/packet-rohc.c
+++ b/epan/dissectors/packet-rohc.c
@@ -443,7 +443,7 @@ const true_false_string rohc_cmp_lst_mask_size_vals = { "15-bit mask", "7-bit ma
/* 5.8.6. Compressed list formats */
static int
-dissect_compressed_list(int expected_encoding_type, packet_info *pinfo,
+dissect_compressed_list(int expected_encoding_type _U_, packet_info *pinfo _U_,
proto_tree *tree, tvbuff_t *tvb, int offset)
{
proto_item *list_ti, *et_ti;