mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 20:44:16 +00:00 
			
		
		
		
	|  b18ee6a217 Fix warnings reported by Clang static code analyzer:
    CC      hw/net/rocker/rocker.o
  hw/net/rocker/rocker.c:213:9: warning: Value stored to 'tx_tso_mss' is never read
          tx_tso_mss = rocker_tlv_get_le16(tlvs[ROCKER_TLV_TX_TSO_MSS]);
          ^            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  hw/net/rocker/rocker.c:217:9: warning: Value stored to 'tx_tso_hdr_len' is never read
          tx_tso_hdr_len = rocker_tlv_get_le16(tlvs[ROCKER_TLV_TX_TSO_HDR_LEN]);
          ^                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  hw/net/rocker/rocker.c:255:9: warning: Value stored to 'tx_l3_csum_off' is never read
          tx_l3_csum_off += tx_tso_mss = tx_tso_hdr_len = 0;
          ^                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fixes:  | ||
|---|---|---|
| .. | ||
| qmp-norocker.c | ||
| rocker_desc.c | ||
| rocker_desc.h | ||
| rocker_fp.c | ||
| rocker_fp.h | ||
| rocker_hw.h | ||
| rocker_of_dpa.c | ||
| rocker_of_dpa.h | ||
| rocker_tlv.h | ||
| rocker_world.c | ||
| rocker_world.h | ||
| rocker.c | ||
| rocker.h | ||