ultimate declaration of a volatile variable to let gcc-3.4 happy.

svn path=/trunk/; revision=21414
This commit is contained in:
Sebastien Tandel 2007-04-13 18:08:27 +00:00
parent 06a52917ad
commit 75d1cac3a9
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ dissect_mmc4_getconfiguration (tvbuff_t *tvb, packet_info *pinfo _U_,
guint8 flags;
gint32 len;
guint old_offset;
tvbuff_t *tvb_v = tvb;
tvbuff_t *volatile tvb_v = tvb;
volatile guint offset_v = offset;
if (tree && isreq && iscdb) {