On 6/29/21 11:50 PM, Jie Zhou wrote:
> Passing an uint32_t pointer to an enum pointer parameter causes
> pointer-sign warning on Windows (converts between pointers to
> integer types with different sign), since enum is implicitly
> converted to int on Windows.
> 
> And the current enum pointer parameter of that function is actually
> misleading and should be fixed as an uint32_t pointer parameter.
> 
> Fixes: b19da32e3151 ("app/testpmd: add FEC command")
> Cc: [email protected]
> 
> Signed-off-by: Jie Zhou <[email protected]>

Reviewed-by: Andrew Rybchenko <[email protected]>

I'll fix summary on apply:
app/testpmd: fix FEC mode parse output parameter type

Reply via email to