[dpdk-dev] [PATCH] build: add unused parameter warnings to meson build

Luca Boccassi bluca at debian.org
Wed May 15 16:39:28 CEST 2019


On Wed, 2019-05-15 at 12:38 +0100, Bruce Richardson wrote:
> To improve code quality we want to turn on as many warnings as we can
> in
> the DPDK code, so turn on the "unused-parameter" warning in meson
> builds to
> match that of the make builds. To ensure correct compilation, disable
> the
> warning selectively for driver base code that otherwise would have
> issues.
> 
> Signed-off-by: Bruce Richardson <
> bruce.richardson at intel.com
> >
> ---
>  config/meson.build                 | 1 +
>  drivers/net/i40e/base/meson.build  | 3 ++-
>  drivers/net/ice/base/meson.build   | 1 +
>  drivers/net/ixgbe/base/meson.build | 4 +++-
>  4 files changed, 7 insertions(+), 2 deletions(-)

Acked-by: Luca Boccassi <bluca at debian.org>

-- 
Kind regards,
Luca Boccassi


More information about the dev mailing list