From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 95826A2EEB for ; Mon, 7 Oct 2019 16:17:36 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 192851C199; Mon, 7 Oct 2019 16:17:36 +0200 (CEST) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by dpdk.org (Postfix) with ESMTP id 1C3CC1C11B for ; Mon, 7 Oct 2019 16:17:34 +0200 (CEST) Received: by mail-wr1-f68.google.com with SMTP id p14so14593953wro.4 for ; Mon, 07 Oct 2019 07:17:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=iJJd3bbNdBQzXM+5jZ5c1vWyLOh4wwPDCCE85AZa4gQ=; b=hdPUe81NZZhGz1Sq3G4SmrZ1b8t5FbIwAEs4pf3S4sq+BWLC5wYBLOIvGhHPVPULjW Oz9niy0v6EjNMORBAYf7P7gYe+9xYHAeYfExXL4cud3JX5L5WKv3k8sD4E1UjGh7aweg B04BrjfucT5ge86jxT6DlHXQHjDBN1NEVgyjK4ZzIupVS/wP9fVC90jc7ylQJP79Cnqy ZFrUIs+XuE27UpZdmtPG5xnKAiAZndWRJXNuq9lIneJax/LljUbBc8SMCsMiL5+u2qUx ze/ii/E3MUQi5rxjUPf7YJACsieRFhkSoNdGlf0aPbt0GBGbqRw9DCVJLnVWuiRl2sZZ cm5A== X-Gm-Message-State: APjAAAUMs36a6elRJ1tcjOKlhM193KiKs5NNCosH9pyysSEkxLAp1S7u o7OHb37A3Bos7AattDMiY7w= X-Google-Smtp-Source: APXvYqz6qqAsKO87yMxL1HxYmoehEL51xec8Ygsoqbw6HYD5PKaJla3R5Gcv7DeI4Ic/bkchGnRnUg== X-Received: by 2002:adf:84c6:: with SMTP id 64mr5706213wrg.287.1570457853607; Mon, 07 Oct 2019 07:17:33 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:7a8e:ed70:5c52:ea3]) by smtp.gmail.com with ESMTPSA id y186sm30723879wmd.26.2019.10.07.07.17.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Oct 2019 07:17:33 -0700 (PDT) Message-ID: <3a6b02d60c6752cc7f32e3a9301d5f9a40af3728.camel@debian.org> From: Luca Boccassi To: Bruce Richardson , dev@dpdk.org Date: Mon, 07 Oct 2019 15:17:32 +0100 In-Reply-To: <20190725143831.25116-1-bruce.richardson@intel.com> References: <20190725143831.25116-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 19.11 0/4] synchronise meson warnings with make 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 2019-07-25 at 15:38 +0100, Bruce Richardson wrote: > The warnings used when building DPDK with make were stricter than > those > used with meson, so this patchset aligns the two as far as is > possible, > while also adding in -Wextra as a general compile flag. >=20 > The one difference is that with "make" we allow different flags for > GCC > and clang, while with meson we are (for now) keeping them common. > Therefore we drop the -Wcast-align flag as is generates too many > false positive warnings on clang, and we globally use the > Wno-missing-field-initializers flag for the same reason. >=20 > Bruce Richardson (4): > build: allow compile with stricter fallthrough warnings > raw/ifpga: remove unneeded compiler flags > build: enable extra warnings for meson build > drivers: remove duplicated compiler flags >=20 > config/meson.build | 24 ++++++++++++++++++++- > -- > drivers/bus/dpaa/meson.build | 3 +++ > drivers/event/dsw/meson.build | 3 +++ > drivers/net/bonding/rte_eth_bond_pmd.c | 3 ++- > drivers/net/dpaa/meson.build | 4 ++++ > drivers/net/fm10k/base/meson.build | 3 ++- > drivers/net/i40e/base/meson.build | 3 ++- > drivers/net/mlx4/meson.build | 1 - > drivers/net/mlx5/meson.build | 1 - > drivers/net/sfc/meson.build | 2 -- > drivers/net/vdev_netvsc/meson.build | 2 -- > drivers/raw/ifpga_rawdev/base/meson.build | 11 ----------- > lib/librte_cmdline/cmdline_parse_num.c | 2 +- > 13 files changed, 38 insertions(+), 24 deletions(-) Series-acked-by: Luca Boccassi --=20 Kind regards, Luca Boccassi