aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wassp.c
diff options
context:
space:
mode:
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-31 17:31:07 +0000
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>2009-03-31 17:31:07 +0000
commit2be1e2f516089fff77ec6dde6cd8660fc3512487 (patch)
tree2180c84a4cfb260f45c8199cfca566fb576fe5ba /epan/dissectors/packet-wassp.c
parent4380a7d0d3e4e7365bdad53918fb85031354f22e (diff)
Fix gcc 3.4.6 warning about setjmp/longjmp.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27913 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-wassp.c')
-rw-r--r--epan/dissectors/packet-wassp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wassp.c b/epan/dissectors/packet-wassp.c
index edd291a999..39d1e76baa 100644
--- a/epan/dissectors/packet-wassp.c
+++ b/epan/dissectors/packet-wassp.c
@@ -325,7 +325,7 @@ static const value_string wassp_setresult_vals[] = {
static int
dissect_snmp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *wassp_tree,
- guint32 offset, guint32 length, const ext_value_string *value_array _U_)
+ volatile guint32 offset, guint32 length, const ext_value_string *value_array _U_)
{
tvbuff_t *snmp_tvb;