Re: [PATCH 07/10] test-pmd: don't return value from void function

2025-02-11 Thread fengchengwen
Signed-off-by: Chengwen Feng On 2025/2/12 6:02, Andre Muezerie wrote: > Compiling with MSVC results in the warning below: > > app/test-pmd/cmdline_flow.c(13964): warning C4098: 'cmd_set_raw_parsed': > 'void' function returning a value > > Signed-off-by: Andre Muezerie

[PATCH 07/10] test-pmd: don't return value from void function

2025-02-11 Thread Andre Muezerie
Compiling with MSVC results in the warning below: app/test-pmd/cmdline_flow.c(13964): warning C4098: 'cmd_set_raw_parsed': 'void' function returning a value Signed-off-by: Andre Muezerie --- app/test-pmd/cmdline_flow.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff