aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h235/packet-h235-template.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-06-04 11:35:14 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-06-04 11:35:14 +0000
commit3135922644c6bf3dbfeb153a1accda705a68aaab (patch)
treeba775f726c40a61891bb5efa38f9b1d1099315ae /asn1/h235/packet-h235-template.c
parent64c560057892a79b972e16426ca430d07f843ff4 (diff)
get rid of a compiler warning
svn path=/trunk/; revision=11105
Diffstat (limited to 'asn1/h235/packet-h235-template.c')
-rw-r--r--asn1/h235/packet-h235-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h235/packet-h235-template.c b/asn1/h235/packet-h235-template.c
index 95b181e88d..2cd3c58dda 100644
--- a/asn1/h235/packet-h235-template.c
+++ b/asn1/h235/packet-h235-template.c
@@ -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;
}