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 A38C743EA0 for ; Thu, 18 Apr 2024 12:35:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9F216409FA; Thu, 18 Apr 2024 12:35:06 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6D270402CC for ; Thu, 18 Apr 2024 12:35:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 67B9112083E; Thu, 18 Apr 2024 12:35:01 +0200 (CEST) Subject: |WARNING| pw139491 [RFC 4/6] hash: remove VLA warnings In-Reply-To: <20240418103314.40705-5-konstantin.v.ananyev@yandex.ru> References: <20240418103314.40705-5-konstantin.v.ananyev@yandex.ru> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Konstantin Ananyev Message-Id: <20240418103501.67B9112083E@dpdk.org> Date: Thu, 18 Apr 2024 12:35:01 +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/139491 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #68: 1) ./lib/hash/rte_cuckoo_hash.c:2362:9: warning: ISO C90 forbids variable length array ‘positions’ [-Wvla] total: 0 errors, 1 warnings, 16 lines checked