get rid of a compiler warning

svn path=/trunk/; revision=11105
This commit is contained in:
Ronnie Sahlberg 2004-06-04 11:35:14 +00:00
parent 64c5600578
commit 3135922644
5 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
* Routines for H.235 packet dissection
* 2004 Tomas Kukosa
*
* $Id: packet-h235-template.c,v 1.2 2004/05/25 21:07:43 guy Exp $
* $Id: packet-h235-template.c,v 1.3 2004/06/04 11:30:35 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -49,7 +49,7 @@ int proto_h235 = -1;
#include "packet-h235-ett.c"
static guint32
dissect_xxx_ToBeSigned(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index) {
dissect_xxx_ToBeSigned(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index _U_) {
PER_NOT_DECODED_YET("ToBeSigned");
return offset;
}

View File

@ -10,7 +10,7 @@
* Routines for H.235 packet dissection
* 2004 Tomas Kukosa
*
* $Id: packet-h235.c,v 1.4 2004/06/04 11:28:03 sahlberg Exp $
* $Id: packet-h235.c,v 1.5 2004/06/04 11:30:35 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -163,7 +163,7 @@ static gint ett_h235_V3KeySyncMaterial = -1;
static guint32
dissect_xxx_ToBeSigned(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index) {
dissect_xxx_ToBeSigned(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index _U_) {
PER_NOT_DECODED_YET("ToBeSigned");
return offset;
}

View File

@ -10,7 +10,7 @@
* Routines for H.235 packet dissection
* 2004 Tomas Kukosa
*
* $Id: packet-h235.h,v 1.4 2004/06/04 11:28:03 sahlberg Exp $
* $Id: packet-h235.h,v 1.5 2004/06/04 11:30:35 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>

View File

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

View File

@ -8,7 +8,7 @@
* Ronnie Sahlberg 2004
* Thomas Anders 2004
*
* $Id: packet-pktc.c,v 1.6 2004/06/04 01:56:25 sahlberg Exp $
* $Id: packet-pktc.c,v 1.7 2004/06/04 11:32:52 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -436,7 +436,7 @@ dissect_pktc_error_reply(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, in
}
static int
dissect_pktc_appspecificdata(packet_info *pinfo, tvbuff_t *tvb, proto_tree *tree)
dissect_pktc_appspecificdata(packet_info *pinfo _U_, tvbuff_t *tvb _U_, proto_tree *tree _U_)
{
int offset=0;
/*XXX add dissection of the app specific data here */