Fix a gcc 4.6 error: "variable might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]"

svn path=/trunk/; revision=37438
This commit is contained in:
Bill Meier 2011-05-27 13:23:54 +00:00
parent 51d8ad3a45
commit 8ad97b46ca
1 changed files with 1 additions and 1 deletions

View File

@ -4653,7 +4653,7 @@ dissect_x11_replies(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
tvbuff_t * volatile next_tvb;
conversation_t *conversation;
x11_conv_data_t *volatile state;
gboolean little_endian;
volatile gboolean little_endian;
int length_remaining;
const char *volatile sep = NULL;