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

2019-10-23 Thread Thomas Monjalon
07/10/2019 16:30, 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 diff

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

2019-10-07 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