Re: [dpdk-dev] [PATCH v2] event/dsw: fix icc build

2018-10-04 Thread Jerin Jacob
-Original Message- > Date: Thu, 4 Oct 2018 13:21:13 +0200 > From: Mattias Rönnblom > To: Jerin Jacob > CC: Ferruh Yigit , dev@dpdk.org, Mattias Rönnblom > > Subject: [PATCH v2] event/dsw: fix icc build > X-Mailer: git-send-email 2.17.1 > > Make the -Wno-format-nonliteral flag condition

[dpdk-dev] [PATCH v2] event/dsw: fix icc build

2018-10-04 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 dsw with icc. Fixes: 46a186b1f0c5 ("event/dsw: add device registration and build system") Signed-off-by: Mattias Rönnblom Reviewed-by: Ferruh Yigit