All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luca Boccassi <bluca@debian.org>
To: Bruce Richardson <bruce.richardson@intel.com>, dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 19.11 0/4] synchronise meson warnings with make
Date: Mon, 07 Oct 2019 15:17:32 +0100	[thread overview]
Message-ID: <3a6b02d60c6752cc7f32e3a9301d5f9a40af3728.camel@debian.org> (raw)
In-Reply-To: <20190725143831.25116-1-bruce.richardson@intel.com>

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.
> 
> 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.
> 
> 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
> 
>  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 <bluca@debian.org>

-- 
Kind regards,
Luca Boccassi

  parent reply	other threads:[~2019-10-07 14:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-25 14:38 [dpdk-dev] [PATCH 19.11 0/4] synchronise meson warnings with make Bruce Richardson
2019-07-25 14:38 ` [dpdk-dev] [PATCH 19.11 1/4] build: allow compile with stricter fallthrough warnings Bruce Richardson
2019-07-25 14:38 ` [dpdk-dev] [PATCH 19.11 2/4] raw/ifpga: remove unneeded compiler flags Bruce Richardson
2019-07-25 14:38 ` [dpdk-dev] [PATCH 19.11 3/4] build: enable extra warnings for meson build Bruce Richardson
2019-07-25 14:38 ` [dpdk-dev] [PATCH 19.11 4/4] drivers: remove duplicated compiler flags Bruce Richardson
2019-10-07 14:17 ` Luca Boccassi [this message]
2019-10-07 14:30 ` [dpdk-dev] [PATCH v2 0/4] synchronise meson warnings with make Bruce Richardson
2019-10-07 14:30   ` [dpdk-dev] [PATCH v2 1/4] build: allow compile with stricter fallthrough warnings Bruce Richardson
2019-10-07 14:30   ` [dpdk-dev] [PATCH v2 2/4] raw/ifpga: remove unneeded compiler flags Bruce Richardson
2019-10-07 14:30   ` [dpdk-dev] [PATCH v2 3/4] build: enable extra warnings for meson build Bruce Richardson
2019-10-07 14:30   ` [dpdk-dev] [PATCH v2 4/4] drivers: remove duplicated compiler flags Bruce Richardson
2019-10-23 21:53   ` [dpdk-dev] [PATCH v2 0/4] synchronise meson warnings with make Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3a6b02d60c6752cc7f32e3a9301d5f9a40af3728.camel@debian.org \
    --to=bluca@debian.org \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.