git: 84ab9074d4c1 - main - pms: quiet -Wunused-variable
Ryan Libby
rlibby at FreeBSD.org
Wed Jan 20 22:00:38 UTC 2021
The branch main has been updated by rlibby:
URL: https://cgit.FreeBSD.org/src/commit/?id=84ab9074d4c17203977205b1fb33ed70723e4f89
commit 84ab9074d4c17203977205b1fb33ed70723e4f89
Author: Ryan Libby <rlibby at FreeBSD.org>
AuthorDate: 2021-01-20 21:59:49 +0000
Commit: Ryan Libby <rlibby at FreeBSD.org>
CommitDate: 2021-01-20 21:59:49 +0000
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",
More information about the dev-commits-src-all
mailing list