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

2019-08-23 Thread Musatescu, Flavia
On 23/08/2019 11:01, Kevin Traynor wrote: On 02/07/2019 15:20, 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 a

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

2019-08-23 Thread Kevin Traynor
On 02/07/2019 15:20, 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 b

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

2019-07-02 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