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

2025-02-18 Thread Bruce Richardson
On Tue, Feb 18, 2025 at 08:32:06AM -0800, 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 > Signed-off-by: Chengwen Fen

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

2025-02-18 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 Signed-off-by: Chengwen Feng --- app/test-pmd/cmdline_flow.c | 12 1 file changed, 8 inser