mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
Clang 15 warns:
sys/dev/cxgb/cxgb_sge.c:1290:21: error: variable 'txsd' set but not used [-Werror,-Wunused-but-set-variable]
struct tx_sw_desc *txsd = &txq->sdesc[txqs->pidx];
^
It appears 'txsd' is a leftover from a previous refactoring (see
|
||
|---|---|---|
| .. | ||
| common | ||
| sys | ||
| bin2h.pl | ||
| cxgb_adapter.h | ||
| cxgb_include.h | ||
| cxgb_ioctl.h | ||
| cxgb_main.c | ||
| cxgb_offload.h | ||
| cxgb_osdep.h | ||
| cxgb_sge.c | ||
| cxgb_t3fw.c | ||
| cxgb_t3fw.h | ||
| t3b_protocol_sram.h | ||
| t3b_tp_eeprom.h | ||
| t3c_protocol_sram.h | ||
| t3c_tp_eeprom.h | ||