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 530B646E56 for ; Wed, 3 Sep 2025 04:08:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4F1FD40261; Wed, 3 Sep 2025 04:08:16 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C024040261 for ; Wed, 3 Sep 2025 04:08:14 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7943B12400B; Wed, 3 Sep 2025 04:05:38 +0200 (CEST) Subject: |WARNING| pw156407 [PATCH v5 4/5] drivers: add semicolon when export any symbol In-Reply-To: <20250903020547.12347-5-fengchengwen@huawei.com> References: <20250903020547.12347-5-fengchengwen@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengwen Feng Message-Id: <20250903020538.7943B12400B@dpdk.org> Date: Wed, 3 Sep 2025 04:05:38 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/156407 _coding style issues_ WARNING:MACRO_ARG_UNUSED: Argument 'symbol' is not used in function-like macro #9365: FILE: lib/eal/common/eal_export.h:14: +#define RTE_EXPORT_EXPERIMENTAL_SYMBOL(symbol, ver) extern int dummy_rte_export_symbol WARNING:MACRO_ARG_UNUSED: Argument 'ver' is not used in function-like macro #9365: FILE: lib/eal/common/eal_export.h:14: +#define RTE_EXPORT_EXPERIMENTAL_SYMBOL(symbol, ver) extern int dummy_rte_export_symbol WARNING:MACRO_ARG_UNUSED: Argument 'symbol' is not used in function-like macro #9366: FILE: lib/eal/common/eal_export.h:15: +#define RTE_EXPORT_INTERNAL_SYMBOL(symbol) extern int dummy_rte_export_symbol WARNING:MACRO_ARG_UNUSED: Argument 'symbol' is not used in function-like macro #9367: FILE: lib/eal/common/eal_export.h:16: +#define RTE_EXPORT_SYMBOL(symbol) extern int dummy_rte_export_symbol total: 0 errors, 4 warnings, 7966 lines checked