aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wireshark_gen.py
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2013-01-22 22:07:44 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2013-01-22 22:07:44 +0000
commit6e1c54c8fd2ffad18de05a839cebcf07613c5e5b (patch)
tree0d9af3bf6ea7d8b13459487aeab3943847539e5e /tools/wireshark_gen.py
parent1c7c18b7257d4ce93fd34f19755da82e57191b89 (diff)
Fix for CID 761911-761984 and CID 761985-761994.
Try to convince Coverity that the passed in item pointer is appreciated, but not used. This time see if it pleases the Windows compiler too. svn path=/trunk/; revision=47217
Diffstat (limited to 'tools/wireshark_gen.py')
-rwxr-xr-xtools/wireshark_gen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index 7101bfc45b..87b85d424f 100755
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -1903,6 +1903,8 @@ class wireshark_gen_C:
template_helper_function_vars_end = """\
/* Operation specific Variable declarations End */
+
+(void)item; /* Avoid coverity param_set_but_unused parse warning */
"""
template_helper_function_start = """\