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: sta...@dpdk.org > > Signed-off-by: Jie Zhou <j...@linux.microsoft.com>
Reviewed-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> I'll fix summary on apply: app/testpmd: fix FEC mode parse output parameter type