Re: [dpdk-dev] [PATCH v2] telemetry: fix build warnings seen when using gcc 9

2019-07-04 Thread Thomas Monjalon
03/07/2019 18:39, Laatz, Kevin: > On 03/07/2019 10:23, Flavia Musatescu wrote: > > Suppress the unaligned packed member address warnings by extending > > the telemetry library build flags with -Wno-address-of-packed-member > > option, through the WERROR_FLAGS makefile variable. > > > > With this ch

Re: [dpdk-dev] [PATCH v2] telemetry: fix build warnings seen when using gcc 9

2019-07-03 Thread Laatz, Kevin
On 03/07/2019 10:23, Flavia Musatescu wrote: Suppress the unaligned packed member address warnings by extending the telemetry library build flags with -Wno-address-of-packed-member option, through the WERROR_FLAGS makefile variable. With this change additional warnings are turned on to be treate

[dpdk-dev] [PATCH v2] telemetry: fix build warnings seen when using gcc 9

2019-07-03 Thread Flavia Musatescu
Suppress the unaligned packed member address warnings by extending the telemetry library build flags with -Wno-address-of-packed-member option, through the WERROR_FLAGS makefile variable. With this change additional warnings are turned on to be treated as errors, which causes the following build i