Re: [PATCH 0/6] fix unused but set variables

2021-11-16 Thread David Marchand
n Mon, Nov 15, 2021 at 6:59 PM Conor Walsh wrote: > > When DPDK is compiled with clang 13, several warnings for unused but set > variables are present. > > This patchset fixes these warnings, which were present within: > - app/test > - drivers/bus/fslmc > - drivers/common/qat > - drivers/event

[PATCH 0/6] fix unused but set variables

2021-11-15 Thread Conor Walsh
When DPDK is compiled with clang 13, several warnings for unused but set variables are present. This patchset fixes these warnings, which were present within: - app/test - drivers/bus/fslmc - drivers/common/qat - drivers/event/sw - drivers/net - examples/performance-thread This patchset is