aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-camel.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-08-20 15:58:42 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-08-20 15:58:42 +0000
commit925489be0b01f952bf774c2162c430c087134271 (patch)
treeda8a668024c3393e41b60850c8bf9c4e8f855a50 /epan/dissectors/packet-camel.c
parentc597abee5765d03cd01bde5f7a03e7decf3b5487 (diff)
removed MSVC warnings:
packet-camel.c(6829) : warning C4101: 'version_str' : unreferenced local variable packet-quakeworld.c(172) : warning C4090: 'return' : different 'const' qualifiers packet-smb.c(10859) : warning C4101: 'target_name_len' : unreferenced local variable packet-smb.c(10860) : warning C4101: 'fn_len' : unreferenced local variable packet-smb.c(10858) : warning C4101: 'fn' : unreferenced local variable svn path=/trunk/; revision=15474
Diffstat (limited to 'epan/dissectors/packet-camel.c')
-rw-r--r--epan/dissectors/packet-camel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-camel.c b/epan/dissectors/packet-camel.c
index 8b863647a6..4138d9c8e9 100644
--- a/epan/dissectors/packet-camel.c
+++ b/epan/dissectors/packet-camel.c
@@ -6826,7 +6826,7 @@ static guint8 camel_pdu_size = 0;
static int
dissect_camel_camelPDU(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index) {
- char *version_ptr, *version_str;
+ char *version_ptr /*, *version_str*/;
opcode = 0;
application_context_version = 0;