Re: [PATCH 06/10] test-pmd: avoid non-constant initializer

2025-02-11 Thread fengchengwen
Signed-off-by: Chengwen Feng On 2025/2/12 6:02, Andre Muezerie wrote: > Compiling with MSVC results in errors like the one below: > > app/test-pmd/cmdline_flow.c(8819): error C2099: initializer > is not a constant > > Signed-off-by: Andre Muezerie

[PATCH 06/10] test-pmd: avoid non-constant initializer

2025-02-11 Thread Andre Muezerie
Compiling with MSVC results in errors like the one below: app/test-pmd/cmdline_flow.c(8819): error C2099: initializer is not a constant Signed-off-by: Andre Muezerie --- app/test-pmd/cmdline_flow.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/app/test-pmd/c