Re: [dpdk-dev] [PATCH 0/2] remove compiler warnings with icc using meson

2020-02-05 Thread Thomas Monjalon
24/01/2020 16:37, Bruce Richardson: > While icc can compile DPDK successfully using a meson/ninja build, there > are a lot of warnings issued in the process, which means that any use of > werror flag will break the build, and the output just looks messy and > possibly worrying to the user. > > To

[dpdk-dev] [PATCH 0/2] remove compiler warnings with icc using meson

2020-01-24 Thread Bruce Richardson
While icc can compile DPDK successfully using a meson/ninja build, there are a lot of warnings issued in the process, which means that any use of werror flag will break the build, and the output just looks messy and possibly worrying to the user. To improve this situation, we can fix the warnings