opnsense-src/sys/dev/mlx5/mlx5_ib
Dimitry Andric 3a0b243282 Fix unused variable warning in mlx5_ib_devx.c
With clang 15, the following -Werror warning is produced:

    sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c:1926:6: error: variable 'num_alloc_xa_entries' set but not used [-Werror,-Wunused-but-set-variable]
            int num_alloc_xa_entries = 0;
                ^

The 'num_alloc_xa_entries' variable appears to have been a debugging aid
that has never been used for anything, so remove it.

MFC after:	3 days
2022-07-25 00:40:13 +02:00
..
mlx5_ib.h mlx5: Add raw ethernet local loopback support. 2022-02-01 16:21:16 +01:00
mlx5_ib_ah.c mlx5ib: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:58 +02:00
mlx5_ib_cong.c mlx5ib: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:58 +02:00
mlx5_ib_cq.c mlx5ib: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:58 +02:00
mlx5_ib_devx.c Fix unused variable warning in mlx5_ib_devx.c 2022-07-25 00:40:13 +02:00
mlx5_ib_doorbell.c mlx5ib: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:58 +02:00
mlx5_ib_gsi.c mlx5ib: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:58 +02:00
mlx5_ib_mad.c mlx5ib: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:58 +02:00
mlx5_ib_main.c mlx5ib: Add support for NDR link speed. 2022-02-21 09:35:19 +01:00
mlx5_ib_mem.c mlx5ib: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:58 +02:00
mlx5_ib_mr.c mlx5ib: Fix memory leak in clean_mr() error path 2022-06-13 17:00:16 +02:00
mlx5_ib_qp.c mlx5: Remove unused variables. 2022-04-08 17:25:13 -07:00
mlx5_ib_srq.c mlx5ib: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:58 +02:00
mlx5_ib_virt.c mlx5ib: idiomatic use of preprocessor, in particular paths 2022-02-01 14:45:58 +02:00