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 809F64634E for ; Wed, 5 Mar 2025 17:39:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7985B40275; Wed, 5 Mar 2025 17:39:00 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 454F34025F for ; Wed, 5 Mar 2025 17:38:59 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 70B261278BF; Wed, 5 Mar 2025 17:38:33 +0100 (CET) Subject: |WARNING| pw152259 [PATCH v3 5/5] app/test: add tests for portable version of __builtin_add_overflow In-Reply-To: <1741192690-26243-6-git-send-email-andremue@linux.microsoft.com> References: <1741192690-26243-6-git-send-email-andremue@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andre Muezerie Message-Id: <20250305163833.70B261278BF@dpdk.org> Date: Wed, 5 Mar 2025 17:38:33 +0100 (CET) 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/152259 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #96: FILE: app/test/test_math.c:12: +#define TEST_MATH_RETURN_IF_ERROR(X) \ +do { \ + if (X) { \ + return -1; \ + } \ +} while (0) total: 0 errors, 1 warnings, 177 lines checked