From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0AFD145C17; Wed, 30 Oct 2024 19:17:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CCC9342F81; Wed, 30 Oct 2024 19:17:14 +0100 (CET) Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) by mails.dpdk.org (Postfix) with ESMTP id E519942F81 for ; Wed, 30 Oct 2024 19:17:13 +0100 (CET) Received: from mail.maildlp.com (unknown [172.18.186.216]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4XdwJQ5mvJz689hv; Thu, 31 Oct 2024 02:14:46 +0800 (CST) Received: from frapeml100005.china.huawei.com (unknown [7.182.85.132]) by mail.maildlp.com (Postfix) with ESMTPS id 8FC5F140B67; Thu, 31 Oct 2024 02:17:12 +0800 (CST) Received: from frapeml500007.china.huawei.com (7.182.85.172) by frapeml100005.china.huawei.com (7.182.85.132) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Wed, 30 Oct 2024 19:17:12 +0100 Received: from frapeml500007.china.huawei.com ([7.182.85.172]) by frapeml500007.china.huawei.com ([7.182.85.172]) with mapi id 15.01.2507.039; Wed, 30 Oct 2024 19:17:12 +0100 From: Konstantin Ananyev To: Bruce Richardson , "dev@dpdk.org" Subject: RE: [PATCH 0/6] reduce number of warnings being disabled Thread-Topic: [PATCH 0/6] reduce number of warnings being disabled Thread-Index: AQHbKvKd2OPCUo1s8kCuIvWugpYCa7Kfmcsg Date: Wed, 30 Oct 2024 18:17:12 +0000 Message-ID: <54739620da684abd94ece7ca50acea36@huawei.com> References: <20241030173830.881368-1-bruce.richardson@intel.com> In-Reply-To: <20241030173830.881368-1-bruce.richardson@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.195.34.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > -----Original Message----- > From: Bruce Richardson > Sent: Wednesday, October 30, 2024 5:38 PM > To: dev@dpdk.org > Cc: Bruce Richardson > Subject: [PATCH 0/6] reduce number of warnings being disabled >=20 > for historical reasons, many drivers had extra warnings disabled, > especially in their base code directory. Many, but not all, of these > warning disabling flags are unnecessary so remove as many as we can. >=20 > Bruce Richardson (6): > net/i40e/base: remove warning disable flags > net/ice/base: remove warning disable flag > net/e1000/base: remove warning disable flags > net/iavf: remove warning disable flag > net/fm10k/base: remove warning disable flags > common/idpf/base: remove warning disable flags >=20 > drivers/common/idpf/base/meson.build | 13 ++++++++----- > drivers/net/e1000/base/meson.build | 7 ++++--- > drivers/net/fm10k/base/meson.build | 6 +++--- > drivers/net/i40e/base/meson.build | 9 +++++---- > drivers/net/iavf/meson.build | 2 -- > drivers/net/ice/base/meson.build | 1 - > 6 files changed, 20 insertions(+), 18 deletions(-) >=20 > -- Series-Acked-by: Konstantin Ananyev > 2.43.0