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:
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/
2 matches
Mail list logo