From 33ce608e1eef6a2c7efb7836423309ae0a219428 Mon Sep 17 00:00:00 2001 From: sahlberg Date: Wed, 21 Mar 2007 10:22:22 +0000 Subject: change the signature that asn2wrs generates for functions to marm all parameters as _U_ to reduce the number of compiler warnings. update some template and cnf files to use _U_ as well git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21088 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-cdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-cdt.h') diff --git a/epan/dissectors/packet-cdt.h b/epan/dissectors/packet-cdt.h index 27f443e140..e23db6db8c 100644 --- a/epan/dissectors/packet-cdt.h +++ b/epan/dissectors/packet-cdt.h @@ -40,7 +40,7 @@ void dissect_cdt (tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree); /*--- Included file: packet-cdt-exp.h ---*/ #line 1 "packet-cdt-exp.h" -int dissect_cdt_CompressedData(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index); +int dissect_cdt_CompressedData(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_); /*--- End of included file: packet-cdt-exp.h ---*/ #line 33 "packet-cdt-template.h" -- cgit v1.2.3