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.richard...@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 <bl...@debian.org> -- Kind regards, Luca Boccassi