Re: [dpdk-dev] [PATCH] event/dsw: avoid supplying -Wno-format-nonliteral to icc

2018-10-04 Thread Thomas Monjalon
04/10/2018 18:09, Thomas Monjalon: > 03/10/2018 21:18, Ferruh Yigit: > > On 10/3/2018 9:13 AM, Mattias Rönnblom wrote: > > > Make the -Wno-format-nonliteral flag conditional, and only set in > > > clang and gcc builds, since this flag is not supported (nor needed) > > > when building with icc. > >

Re: [dpdk-dev] [PATCH] event/dsw: avoid supplying -Wno-format-nonliteral to icc

2018-10-04 Thread Thomas Monjalon
03/10/2018 21:18, Ferruh Yigit: > On 10/3/2018 9:13 AM, Mattias Rönnblom wrote: > > Make the -Wno-format-nonliteral flag conditional, and only set in > > clang and gcc builds, since this flag is not supported (nor needed) > > when building with icc. > > > > Signed-off-by: Mattias Rönnblom > > pe

Re: [dpdk-dev] [PATCH] event/dsw: avoid supplying -Wno-format-nonliteral to icc

2018-10-03 Thread Ferruh Yigit
On 10/3/2018 9:13 AM, Mattias Rönnblom wrote: > Make the -Wno-format-nonliteral flag conditional, and only set in > clang and gcc builds, since this flag is not supported (nor needed) > when building with icc. > > Signed-off-by: Mattias Rönnblom perhaps simply: "event/dsw: fix icc build" Fixes:

[dpdk-dev] [PATCH] event/dsw: avoid supplying -Wno-format-nonliteral to icc

2018-10-03 Thread Mattias Rönnblom
Make the -Wno-format-nonliteral flag conditional, and only set in clang and gcc builds, since this flag is not supported (nor needed) when building with icc. Signed-off-by: Mattias Rönnblom --- drivers/event/dsw/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/event/dsw/Mak