aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wassp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2009-03-31 17:31:07 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2009-03-31 17:31:07 +0000
commit3681cb1be3a2177cfa95d1f57b3315294c2cb388 (patch)
tree2180c84a4cfb260f45c8199cfca566fb576fe5ba /epan/dissectors/packet-wassp.c
parentd67b7d53477da86c36c2b4c5f2e8ef4e289f8c06 (diff)
Fix gcc 3.4.6 warning about setjmp/longjmp.
svn path=/trunk/; revision=27913
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;