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 F0EB84606E; Tue, 14 Jan 2025 21:47:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 95E9840299; Tue, 14 Jan 2025 21:47:00 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id ABDFC40299 for ; Tue, 14 Jan 2025 21:46:58 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1213) id ADB742043F25; Tue, 14 Jan 2025 12:46:57 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com ADB742043F25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1736887617; bh=u7kySX26cRpwjUjr7qGmDmAPnpfcYPa8hn9dhODIVWM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Cy++/zaJ39zvC7dYQtkXjOfM/PWs9sySTHKhcZ5ztKKeUl8Vvf76QIyaiDk8D6ej7 Xajno0fOPfrwH+kW/cmVafzC0k4KA5TavemDo4+l1tAAw5lsNr19S8MjAPFn6XnI0n +pJ/kcguYERiU3PA41HfL3yGNnxTVs0jImYrQXMs= From: Andre Muezerie To: andremue@linux.microsoft.com Cc: anatoly.burakov@intel.com, bruce.richardson@intel.com, dev@dpdk.org, dsinghrawat@marvell.com, palok@marvell.com, stephen@networkplumber.org Subject: [PATCH v2 0/2] remove unused variables and add MSVC compiler flag Date: Tue, 14 Jan 2025 12:46:49 -0800 Message-Id: <1736887611-32186-1-git-send-email-andremue@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1735238504-15597-3-git-send-email-andremue@linux.microsoft.com> References: <1735238504-15597-3-git-send-email-andremue@linux.microsoft.com> 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 Removed unused variables and added MSVC specific compiler flag to ignore warnings about unused variables, like is being done for other compilers. Andre Muezerie (2): drivers/common: remove unused variables and add MSVC compiler flag drivers/net: add MSVC compiler flag for unused variables drivers/common/idpf/base/meson.build | 13 +++-- drivers/common/idpf/idpf_common_rxtx.c | 2 - drivers/common/idpf/idpf_common_virtchnl.c | 4 +- drivers/common/sfc_efx/base/efx_mae.c | 2 +- drivers/common/sfc_efx/base/efx_table.c | 1 - drivers/common/sfc_efx/base/meson.build | 20 +++++--- drivers/net/ice/base/meson.build | 16 ++++-- drivers/net/qede/base/meson.build | 57 ++++++++++++---------- 8 files changed, 69 insertions(+), 46 deletions(-) -- 2.47.0.vfs.0.3