The branch main has been updated by rlibby: URL: https://cgit.FreeBSD.org/src/commit/?id=84ab9074d4c17203977205b1fb33ed70723e4f89
commit 84ab9074d4c17203977205b1fb33ed70723e4f89 Author: Ryan Libby <rli...@freebsd.org> AuthorDate: 2021-01-20 21:59:49 +0000 Commit: Ryan Libby <rli...@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", _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"