From 84ab9074d4c17203977205b1fb33ed70723e4f89 Mon Sep 17 00:00:00 2001 From: Ryan Libby Date: Wed, 20 Jan 2021 13:59:49 -0800 Subject: [PATCH] pms: quiet -Wunused-variable Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D27994 --- sys/dev/pms/freebsd/driver/common/lxcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pms/freebsd/driver/common/lxcommon.h b/sys/dev/pms/freebsd/driver/common/lxcommon.h index 71ce230c3812..bbe33cf1fef7 100644 --- a/sys/dev/pms/freebsd/driver/common/lxcommon.h +++ b/sys/dev/pms/freebsd/driver/common/lxcommon.h @@ -313,7 +313,7 @@ ag_card_id_t ag_card_type[] = { #endif //AGTIAPI_SA }; -static const char *ag_card_names[] = { +static char const * const ag_card_names[] = { "Unknown", "iSCSI DiXL Card", "iSCSI iDX1 Card",