Re: [dpdk-dev] [PATCH] mk: ignore missing field initializers warning

2020-02-05 Thread Thomas Monjalon
21/01/2020 16:55, Ferruh Yigit: > On 1/21/2020 2:35 PM, Thomas Monjalon wrote: > > Three warnings are commonly disabled in DPDK with make and meson: > > * address-of-packed-member > > always disabled > > * missing-field-initializers > > disabled with meson > >

Re: [dpdk-dev] [PATCH] mk: ignore missing field initializers warning

2020-01-21 Thread Ferruh Yigit
On 1/21/2020 2:35 PM, Thomas Monjalon wrote: > Three warnings are commonly disabled in DPDK with make and meson: > * address-of-packed-member > always disabled > * missing-field-initializers > disabled with meson > disabled with make + clang or

[dpdk-dev] [PATCH] mk: ignore missing field initializers warning

2020-01-21 Thread Thomas Monjalon
Three warnings are commonly disabled in DPDK with make and meson: * address-of-packed-member always disabled * missing-field-initializers disabled with meson disabled with make + clang or make + gcc < 4.7 disabled with