aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-22 15:55:01 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-22 15:55:01 +0000
commit4ea30126a75a754d17c7ee8ab4fb741053628f60 (patch)
tree4406277d2a8fdaa9edf8bd7b962eed43f8fde18e /epan/dissectors/packet-scsi.h
parent98ec1236f0d0a911e78d7d5713c82bce02c1bf6d (diff)
From Peter (bug 2942):
Allow optimalization with -ftracer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26822 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-scsi.h')
-rw-r--r--epan/dissectors/packet-scsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-scsi.h b/epan/dissectors/packet-scsi.h
index 41257a6f4a..a8b1db487c 100644
--- a/epan/dissectors/packet-scsi.h
+++ b/epan/dissectors/packet-scsi.h
@@ -241,7 +241,7 @@ extern const value_string scsi_devid_idtype_val[];
*/
#define TRY_SCSI_CDB_ALLOC_LEN(pinfo, tvb, offset, length) \
{ \
- gboolean short_packet; \
+ volatile gboolean short_packet; \
tvbuff_t *new_tvb; \
guint32 end_data_offset=0; \
\