build: warn on unused parameter
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 15 May 2019 11:38:47 +0000 (12:38 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 3 Jun 2019 22:22:50 +0000 (00:22 +0200)
commit982e43658ce1b430f0ae3e384c372294fb78e3e3
tree02624b564edb5a84b9c20b4e95ef8627fe81a559
parentc649f0b4f58e35730d773104d3ba93bf21e21505
build: warn on unused parameter

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@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
config/meson.build
drivers/net/i40e/base/meson.build
drivers/net/ice/base/meson.build
drivers/net/ixgbe/base/meson.build