aboutsummaryrefslogtreecommitdiffstats
path: root/packet-kerberos.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-04 11:35:14 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-04 11:35:14 +0000
commite658b045a51aa0ce4a4a59067f883d821730b985 (patch)
treeba775f726c40a61891bb5efa38f9b1d1099315ae /packet-kerberos.c
parentac2573cee6ac449fa7bdae83af3ab1bdc9547096 (diff)
get rid of a compiler warning
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11105 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-kerberos.c')
-rw-r--r--packet-kerberos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-kerberos.c b/packet-kerberos.c
index 4740cba2d9..5cb211be16 100644
--- a/packet-kerberos.c
+++ b/packet-kerberos.c
@@ -23,7 +23,7 @@
*
* Some structures from RFC2630
*
- * $Id: packet-kerberos.c,v 1.68 2004/06/04 01:56:25 sahlberg Exp $
+ * $Id: packet-kerberos.c,v 1.69 2004/06/04 11:35:14 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1357,7 +1357,7 @@ dissect_krb5_PA_PAC_REQUEST(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb,
static int
-dissect_krb5_SignedData(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset)
+dissect_krb5_SignedData(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset)
{
/*qqq*/
return offset;