aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509sat/packet-x509sat-template.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-23 12:22:13 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-07-23 12:22:13 +0000
commite4fdba9e02f58d190ee982aad5ea5832d38a4b99 (patch)
treefd8e5e0d5351db50a4bd2839f18acdfc620819f6 /asn1/x509sat/packet-x509sat-template.c
parent46e1e52757a73091d02e4ba9a6ab388576ebc8ca (diff)
Remove a compiler warning for a parameter that is not used
in the DirectoryString dissector svn path=/trunk/; revision=11483
Diffstat (limited to 'asn1/x509sat/packet-x509sat-template.c')
-rw-r--r--asn1/x509sat/packet-x509sat-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/x509sat/packet-x509sat-template.c b/asn1/x509sat/packet-x509sat-template.c
index 9a08e3f0f9..38b012e9cc 100644
--- a/asn1/x509sat/packet-x509sat-template.c
+++ b/asn1/x509sat/packet-x509sat-template.c
@@ -126,7 +126,7 @@ static ber_choice DirectoryString_choice[] = {
};
static int
-dissect_x509sat_DirectoryString(gboolean implicit_tag, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index) {
+dissect_x509sat_DirectoryString(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index) {
DirectoryString_hf_index = hf_index;
offset = dissect_ber_choice(pinfo, tree, tvb, offset,
DirectoryString_choice, -1, ett_x509sat_DirectoryString);