Re: [dpdk-dev] [PATCH 19.11 0/4] synchronise meson warnings with make

2019-10-07 Thread Luca Boccassi
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 tha

[dpdk-dev] [PATCH 19.11 0/4] synchronise meson warnings with make

2019-07-25 Thread Bruce Richardson
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 meso