aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-07-05 09:02:08 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-07-05 09:02:08 +0000
commit889ddbd9ebaa85e42da97ad9c8c460b55ce5b8e1 (patch)
tree44b4475a20a97a2a36caee69d1957621e1f3e091 /epan
parenta7fef5b3bfab73e462b81a10951e6293cfec8502 (diff)
Fix compilation with gcc 4.3.2
svn path=/trunk/; revision=43572
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-negoex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-negoex.c b/epan/dissectors/packet-negoex.c
index 6309fdc3ca..37709841e7 100644
--- a/epan/dissectors/packet-negoex.c
+++ b/epan/dissectors/packet-negoex.c
@@ -363,7 +363,7 @@ dissect_negoex_nego_message(tvbuff_t *tvb,
static void
dissect_negoex(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
- guint32 offset;
+ volatile guint32 offset;
proto_tree * volatile negoex_tree;
proto_item *tf;
volatile gboolean done;