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 E077BA00C3; Sun, 25 Sep 2022 16:03:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 84E48400D5; Sun, 25 Sep 2022 16:03:40 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id A7487400D4 for ; Sun, 25 Sep 2022 16:03:37 +0200 (CEST) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 0149F5C00C9; Sun, 25 Sep 2022 10:03:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Sun, 25 Sep 2022 10:03:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm2; t=1664114616; x= 1664201016; bh=QEltqGiMVayjV1e1b8Q6iksK7LEeMpvlI4NPWglzbLY=; b=R Elwo4VswqiGRW7zwBtTmb7iWdMz/qJ56gGNsLBDEgSjpUIZgruJCm2dkhIGEJ5be mDn0iqKWBh2D2Eimm8D35EFwx7dRh8Vlu/rfPIt4aAcuxxlUEqO+zH2AH2JIWcYk SnnuaaTXg5A2IcQsGoilHspeO7MFDhR+26pfSYtBreZmtET+5AdWOX3G77el8yt3 8UEDPaC5zHlRBSRc8FPIWEkiau6dzYO9DYrWA0s0sXbTo51vYGLqa6YMFD1Uk4Cn ynGg51m3ax8xwloiwc92Xheg2Ta/n8ppEfAMwGTPrjMHheW4dnSyrBc+leSsg059 L9wu2QkkWNsq3ek2cD7VQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t=1664114616; x= 1664201016; bh=QEltqGiMVayjV1e1b8Q6iksK7LEeMpvlI4NPWglzbLY=; b=0 sUyjicVfiKvxzQt1Z/yfp+4oGMoOlRvidj3aizj44spdpss2qAgVJ4UmwBp734KJ NxoT7qZbl4BaFxB+Fc9H9621tklVnwEhOf/Ds9+aYOR86+aZzjr7MZ0nmgjfk9Zp LrDEryuKhERdEIHbMBNai8vPRq6IPpzlQGHbe6YKDnuK51Qi4tjf/GVIVqH6sM2o 6YnQcdCyOJp95qHtkO3nSDpJsGZ8L3cc8qbrdCcwON8VVKqaKQPfn56l5f6z3csV sDr9K2uxxfiCMn5PtpWvh/P8vqUaKnxJgBib0nwdbiEm9ltnjVvPY2wSHCBrLANq ECl1uqj24oNkKPMBTI2rw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrfeegtddgjeefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedtjeeiieefhedtfffgvdelteeufeefheeujefgueetfedttdei kefgkeduhedtgfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Feedback-ID: i47234305:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 25 Sep 2022 10:03:36 -0400 (EDT) From: Thomas Monjalon To: Ali Alnubani Cc: dev@dpdk.org, cristian.dumitrescu@intel.com Subject: Re: [PATCH] examples/pipeline: fix build with some compilers Date: Sun, 25 Sep 2022 16:03:35 +0200 Message-ID: <1715142.X513TT2pbd@thomas> In-Reply-To: <20220925092037.440076-1-alialnu@nvidia.com> References: <20220925092037.440076-1-alialnu@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 25/09/2022 11:20, Ali Alnubani: > Fixes the following build failure with gcc 5.4.0 because > of uninitialized variables: > > [..] > examples/pipeline/cli.c:1801:10: error: 'idx' may be used > uninitialized in this function [-Werror=maybe-uninitialized] > [..] > examples/pipeline/cli.c:1916:10: error: 'idx' may be used > uninitialized in this function [-Werror=maybe-uninitialized] > [..] > > Fixes: 83f58a7b7b0a ("examples/pipeline: add commands for direct registers") > Cc: cristian.dumitrescu@intel.com > > Signed-off-by: Ali Alnubani Applied, thanks.