configure: Fix the struct nvme_uring_cmd detection
authorBart Van Assche <bvanassche@acm.org>
Sun, 13 Nov 2022 23:11:54 +0000 (15:11 -0800)
committerBart Van Assche <bvanassche@acm.org>
Sun, 13 Nov 2022 23:19:56 +0000 (15:19 -0800)
commit1edc3916ff631575532bbe9814846e287195300f
tree2a39f0f95c5eee0733ec34c9af596a180625350c
parent73816e1adb25ad4cdfbd4f7dbd8aa65f73581174
configure: Fix the struct nvme_uring_cmd detection

Prevent that struct nvme_uring_cmd detection fails as follows:

error: unused variable 'cmd' [-Werror=unused-variable]

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
configure