> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Thursday, April 16, 2015 1:55 PM > To: Olivier MATZ > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 2/2] use simple zero initializers
> > I'm wondering if adding more {0} would compile on clang, at least with > > the current clang flags. > > It's fixed by adding -Wno-missing-field-initializers to clang flags. > > Someone to test with ICC? > > Thanks Hi, I applied patches 4318 and 4319 to the current head and they compile with icc 13.1.1. I also see the same compilation issues as Oliver with clang 3.3. I'm not clear on the first statement, are you going to add the -Wno-missing-field-initializers flag for clang? John --