get rid of warning message

svn path=/trunk/; revision=18653
This commit is contained in:
Tomas Kukosa 2006-07-04 09:02:26 +00:00
parent c333c6b5bd
commit 956dcf3ca0
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ int proto_h235 = -1;
/* Initialize the subtree pointers */
#include "packet-h235-ett.c"
static guint32
static int
dissect_xxx_ToBeSigned(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_) {
PER_NOT_DECODED_YET("ToBeSigned");
return offset;

View File

@ -210,7 +210,7 @@ static gint ett_h235_FecOrder = -1;
/*--- End of included file: packet-h235-ett.c ---*/
#line 52 "packet-h235-template.c"
static guint32
static int
dissect_xxx_ToBeSigned(tvbuff_t *tvb, int offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index _U_) {
PER_NOT_DECODED_YET("ToBeSigned");
return offset;