Date: Tue, 12 Apr 2022 21:59:42 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 1ae22e62e45a - main - infiniband: Disable -Wunused-but-set-variable for a few more OFED files. Message-ID: <202204122159.23CLxgki035878@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=1ae22e62e45a4ccda5beabf9c647cd3552fefa06 commit 1ae22e62e45a4ccda5beabf9c647cd3552fefa06 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-04-12 21:58:59 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-04-12 21:58:59 +0000 infiniband: Disable -Wunused-but-set-variable for a few more OFED files. --- sys/conf/files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index e11e11ef40ad..44b3982c0edb 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -4709,11 +4709,11 @@ ofed/drivers/infiniband/ulp/sdp/sdp_bcopy.c optional sdp inet \ ofed/drivers/infiniband/ulp/sdp/sdp_main.c optional sdp inet \ compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/" ofed/drivers/infiniband/ulp/sdp/sdp_rx.c optional sdp inet \ - compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/" + compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/ ${NO_WUNUSED_BUT_SET_VARIABLE}" ofed/drivers/infiniband/ulp/sdp/sdp_cma.c optional sdp inet \ compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/" ofed/drivers/infiniband/ulp/sdp/sdp_tx.c optional sdp inet \ - compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/" + compile-with "${OFED_C} -I$S/ofed/drivers/infiniband/ulp/sdp/ ${NO_WUNUSED_BUT_SET_VARIABLE}" dev/mthca/mthca_allocator.c optional mthca pci ofed \ compile-with "${OFED_C}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204122159.23CLxgki035878>