aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-31 22:27:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-31 22:27:58 +0000
commit2328de7bf87cef40e90a93e7b291cb04b6e5bf32 (patch)
tree2e7707c8941c460af739ce910e71542927bd8883 /epan/dissectors/packet-rsvp.c
parent78ab71cc9d2a0e99d44315e64daa4e9b50ef81a5 (diff)
Unused parameter.
svn path=/trunk/; revision=48681
Diffstat (limited to 'epan/dissectors/packet-rsvp.c')
-rw-r--r--epan/dissectors/packet-rsvp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rsvp.c b/epan/dissectors/packet-rsvp.c
index 1be51c2fe6..584feb2337 100644
--- a/epan/dissectors/packet-rsvp.c
+++ b/epan/dissectors/packet-rsvp.c
@@ -5783,7 +5783,7 @@ static const value_string rsvp_3gpp_object_ie_type_vals[] = {
};
static void
-dissect_rsvp_3gpp_object(proto_tree *ti, proto_tree *rsvp_object_tree,
+dissect_rsvp_3gpp_object(proto_tree *ti _U_, proto_tree *rsvp_object_tree,
tvbuff_t *tvb,
int offset, int obj_length,
int rsvp_class _U_, int c_type)