Re: [PATCH] ethdev: initialize id in eth_representor_cmp()

2023-02-28 Thread Ferruh Yigit
On 2/20/2023 4:44 PM, Krzysztof Karas wrote: > When Link Time Optimization is enabled, compiler may > complain about "id" in eth_representor_cmp() being > uninitialized. > > To suppress the warning it is enough to add explicit > initialization of the variable causing the issue. > > Signed-off-by:

[PATCH] ethdev: initialize id in eth_representor_cmp()

2023-02-20 Thread Krzysztof Karas
When Link Time Optimization is enabled, compiler may complain about "id" in eth_representor_cmp() being uninitialized. To suppress the warning it is enough to add explicit initialization of the variable causing the issue. Signed-off-by: Krzysztof Karas --- .mailmap | 1 + lib/