aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-02-01 21:17:46 +0000
committerGuy Harris <guy@alum.mit.edu>2009-02-01 21:17:46 +0000
commit07d572cc2af2c81219b64248cf2b7874f4e28c36 (patch)
tree07874de777a65134db316036af8d211e59690dad /epan
parentf9bb905d13385c1e2ad840e397136316130b2bec (diff)
Squelch warnings, for now.
svn path=/trunk/; revision=27343
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-sip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c
index 5682f61a5b..eb0711173b 100644
--- a/epan/dissectors/packet-sip.c
+++ b/epan/dissectors/packet-sip.c
@@ -3110,10 +3110,10 @@ guint sip_find_request(packet_info *pinfo,
* Find the initial INVITE to calculate the total setup time
*/
guint sip_find_invite(packet_info *pinfo,
- gchar *cseq_method,
+ gchar *cseq_method _U_,
gchar *call_id,
guchar cseq_number_set,
- guint32 cseq_number,
+ guint32 cseq_number _U_,
guint32 *response_time)
{
guint32 cseq_to_compare = 0;