aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-mmc.c
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-04-13 18:08:27 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-04-13 18:08:27 +0000
commit75d1cac3a98d094dc53d66ad17fa93c86012ad11 (patch)
treea6e228854bb99634d102f16bfa134726d6ced1b2 /epan/dissectors/packet-scsi-mmc.c
parent06a52917ad20ce3019b76673799339d7b54c235b (diff)
ultimate declaration of a volatile variable to let gcc-3.4 happy.
svn path=/trunk/; revision=21414
Diffstat (limited to 'epan/dissectors/packet-scsi-mmc.c')
-rw-r--r--epan/dissectors/packet-scsi-mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-scsi-mmc.c b/epan/dissectors/packet-scsi-mmc.c
index 9a147ee0fd..571bca033f 100644
--- a/epan/dissectors/packet-scsi-mmc.c
+++ b/epan/dissectors/packet-scsi-mmc.c
@@ -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) {