Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
[metze/wireshark/wip.git] / epan / dissectors / packet-fcsb3.c
index ae545f200ef3ec79fb9b9e5145068f066f31ee4d..b57fbcc9a7ba8afd2d1ef013e3c0d76b88845ffe 100644 (file)
@@ -871,7 +871,10 @@ static void dissect_fc_sbccs (tvbuff_t *tvb, packet_info *pinfo,
     }
     else if ((type == FC_SBCCS_IU_CMD_HDR) ||
              (type != FC_SBCCS_IU_CMD_DATA)) {
-        conversation = conversation_new (pinfo->fd->num, &pinfo->src, &pinfo->dst,
+#if 0
+        conversation =
+#endif
+                       conversation_new (pinfo->fd->num, &pinfo->src, &pinfo->dst,
                                          PT_SBCCS, ch_cu_id, dev_addr, 0);
 #if 0
         task_key.conv_id = conversation->index;