aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scsi-osd.c
diff options
context:
space:
mode:
authorstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-13 17:16:24 +0000
committerstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-13 17:16:24 +0000
commit309f6e0c577979ff8a8d2d1394f5b2f427ae0d04 (patch)
treec0b50e779343d2f3bda2f3631f06f185676e1ae8 /epan/dissectors/packet-scsi-osd.c
parent7d6aa7d2e089659e03c843606c525b9d76ae9313 (diff)
another attempt to let windows buildbot becoming green
fix rev21398 (gcc warning fix) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21412 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-scsi-osd.c')
-rw-r--r--epan/dissectors/packet-scsi-osd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-scsi-osd.c b/epan/dissectors/packet-scsi-osd.c
index 3266b49639..61252243df 100644
--- a/epan/dissectors/packet-scsi-osd.c
+++ b/epan/dissectors/packet-scsi-osd.c
@@ -2573,8 +2573,8 @@ find_svcaction_dissector(guint16 svcaction)
static void
-dissect_osd_opcode(tvbuff_t *volatile tvb, packet_info *pinfo, proto_tree *tree,
- volatile guint offset, gboolean isreq, gboolean iscdb,
+dissect_osd_opcode(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
+ guint offset, gboolean isreq, gboolean iscdb,
guint payload_len, scsi_task_data_t *cdata)
{
guint16 svcaction=0;