The branch main has been updated by mjg:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4bae6599418ef0265e9199dbd2e4d0cdc1268c94

commit 4bae6599418ef0265e9199dbd2e4d0cdc1268c94
Author:     Mateusz Guzik <[email protected]>
AuthorDate: 2021-12-18 13:29:32 +0000
Commit:     Mateusz Guzik <[email protected]>
CommitDate: 2021-12-18 13:29:32 +0000

    safexcel: plug set-but-not-used vars
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/dev/safexcel/safexcel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/safexcel/safexcel.c b/sys/dev/safexcel/safexcel.c
index 5a0ddc804da0..174233850db7 100644
--- a/sys/dev/safexcel/safexcel.c
+++ b/sys/dev/safexcel/safexcel.c
@@ -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;

Reply via email to