Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2021 22:00:37 GMT
From:      Ryan Libby <rlibby@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 84ab9074d4c1 - main - pms: quiet -Wunused-variable
Message-ID:  <202101202200.10KM0bwX088074@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rlibby:

URL: https://cgit.FreeBSD.org/src/commit/?id=84ab9074d4c17203977205b1fb33ed70723e4f89

commit 84ab9074d4c17203977205b1fb33ed70723e4f89
Author:     Ryan Libby <rlibby@FreeBSD.org>
AuthorDate: 2021-01-20 21:59:49 +0000
Commit:     Ryan Libby <rlibby@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",



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101202200.10KM0bwX088074>