aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sdp.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-12-03 21:52:57 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2007-12-03 21:52:57 +0000
commit830da048fcc54e1c674e945c03a1e442f72693ad (patch)
tree17929be8afe5f43a34b6c9ff48d86d6b91f61c16 /epan/dissectors/packet-sdp.c
parent835bcbd5e53ccb1cbab8ea10f58aedcab1cd06d1 (diff)
mark two unused parameters as _U_
svn path=/trunk/; revision=23717
Diffstat (limited to 'epan/dissectors/packet-sdp.c')
-rw-r--r--epan/dissectors/packet-sdp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sdp.c b/epan/dissectors/packet-sdp.c
index 515f194679..5ca1595381 100644
--- a/epan/dissectors/packet-sdp.c
+++ b/epan/dissectors/packet-sdp.c
@@ -1154,7 +1154,7 @@ dissect_sdp_media(tvbuff_t *tvb, proto_item *ti,
}
-tvbuff_t *ascii_bytes_to_tvb(tvbuff_t *tvb, proto_tree *tree, packet_info *pinfo, gint offset, gint len, gchar *msg)
+tvbuff_t *ascii_bytes_to_tvb(tvbuff_t *tvb, proto_tree *tree _U_, packet_info *pinfo, gint offset _U_, gint len, gchar *msg)
{
guint8 *buf = ep_alloc(10240);