Re: [dpdk-dev] [PATCH] build: add meson support for icc

2019-02-26 Thread Thomas Monjalon
26/02/2019 15:18, Andrius Sirvys: > When building with mason, checks if the compiler is icc. If they match, > the warning_flags are changed to ensure icc compilation is successful. > > Disabled error 3656: "variable may be used before its value is set" > in librte_telemetry, bnx2x, ixgbe and sfc a

Re: [dpdk-dev] [PATCH] build: add meson support for icc

2019-02-26 Thread Bruce Richardson
On Tue, Feb 26, 2019 at 02:18:09PM +, Andrius Sirvys wrote: > When building with mason, checks if the compiler is icc. If they match, > the warning_flags are changed to ensure icc compilation is successful. > > Disabled error 3656: "variable may be used before its value is set" > in librte_tel

[dpdk-dev] [PATCH] build: add meson support for icc

2019-02-26 Thread Andrius Sirvys
When building with mason, checks if the compiler is icc. If they match, the warning_flags are changed to ensure icc compilation is successful. Disabled error 3656: "variable may be used before its value is set" in librte_telemetry, bnx2x, ixgbe and sfc as they were false positives. Signed-off-by: