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

2019-06-03 Thread Thomas Monjalon
15/05/2019 16:39, Luca Boccassi: > 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 en

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

2019-05-15 Thread Luca Boccassi
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 > war

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

2019-05-15 Thread Bruce Richardson
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.