Fix compilation with gcc 4.3.2

svn path=/trunk/; revision=43572
This commit is contained in:
Pascal Quantin 2012-07-05 09:02:08 +00:00
parent a7fef5b3bf
commit 889ddbd9eb
1 changed files with 1 additions and 1 deletions

View File

@ -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;