From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 74C332E81 for ; Tue, 29 May 2018 16:45:57 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1570D21BFB; Tue, 29 May 2018 10:45:57 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 29 May 2018 10:45:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=9rmyR3UIlN0OPdQ6fflbhKqvTV 2GG57/IhUnVk3CeX4=; b=p0sBmQkoWHrsQIWODXYMMcWVOoINY1m/U//XD4inaC dsPsYdOfP2eij2yaoMgCuGih5G5EJPMh5lHsdUBvMSWr86/yAn60WKSNOVBJR1+z ikXH1Noj2KUaE4YfqJ+kgsUHOeql06md+GwMNwDxmM7L8rY1MA44EVy5ArtZx2Nl Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=9rmyR3 UIlN0OPdQ6fflbhKqvTV2GG57/IhUnVk3CeX4=; b=M+LDcTuAPZ4LZRBNcckItY oZNgp2ZdwezuLnABwCNJZRE+p3wNI3AUuD1YZ+1cQhgvZkM2/tSthHeN173SVwCz 8KgZeCBNNzOZQdBP2k6Bj0RDnRukFdSkVcXEVuM+4R9rROZRinnBfc45Q52UkFhu SZui3I1Ae20ETbErc7XHEQwxPLWa6QLD1mbTjZso8G53sNwByt3KrsVqQyX37FTa p8Lc2dTydhUkvlG7Y75E5SKg4Ky20Z3U0K5LYJOQmmujByIoL2qETdQgvlwJZc5x Jctv6M963mJ0BUnGCeAf6UGXr85DWy0ojZgEs8e/wLPPb5CWhNWfFDbdeIBC5hhA == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 5764AE4394; Tue, 29 May 2018 10:45:56 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson , Gavin Hu Cc: dev@dpdk.org Date: Tue, 29 May 2018 16:45:55 +0200 Message-ID: <3461471.4uoUW6OFvL@xps> In-Reply-To: <20180528132402.GC8752@bricha3-MOBL.ger.corp.intel.com> References: <1527133127-29407-1-git-send-email-gavin.hu@arm.com> <1527490428-15540-1-git-send-email-gavin.hu@arm.com> <20180528132402.GC8752@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2 1/2] mk: fix cross build errors X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 May 2018 14:45:57 -0000 28/05/2018 15:24, Bruce Richardson: > Would a simpler solution for this not be to put "-Wno-implicit-fallthrough" > for pmdinfogen? GCC will not give a warning for an unrecognised "-Wno" > flag when compiling, unless there are other errors. This means we can just > use the flag without bothering with version checks. No, it does not work. I have this error with clang 5.0.1: error: unknown warning option '-Wno-format-truncation'