Squelch warnings, for now.

svn path=/trunk/; revision=27343
This commit is contained in:
Guy Harris 2009-02-01 21:17:46 +00:00
parent f9bb905d13
commit 07d572cc2a
1 changed files with 2 additions and 2 deletions

View File

@ -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;