From 3135922644c6bf3dbfeb153a1accda705a68aaab Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Fri, 4 Jun 2004 11:35:14 +0000 Subject: get rid of a compiler warning svn path=/trunk/; revision=11105 --- asn1/h235/packet-h235-template.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asn1/h235/packet-h235-template.c') 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 @@ -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; } -- cgit v1.2.3