mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
safexcel: plug set-but-not-used vars
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
60a28b0916
commit
4bae659941
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ safexcel_rdr_intr(struct safexcel_softc *sc, int ringidx)
|
|||
{
|
||||
TAILQ_HEAD(, cryptop) cq;
|
||||
struct cryptop *crp, *tmp;
|
||||
struct safexcel_cmd_descr *cdesc;
|
||||
struct safexcel_cmd_descr *cdesc __diagused;
|
||||
struct safexcel_res_descr *rdesc;
|
||||
struct safexcel_request *req;
|
||||
struct safexcel_ring *ring;
|
||||
|
|
|
|||
Loading…
Reference in a new issue