Signed-off-by: Chengwen Feng <fengcheng...@huawei.com> 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 <andre...@linux.microsoft.com>
- [PATCH 05/10] test-pmd: avoid undefined behavior Andre Muezerie
- [PATCH 07/10] test-pmd: don't return value from void fun... Andre Muezerie
- [PATCH 08/10] test-pmd: declare lcore_count atomic when ... Andre Muezerie
- Re: [PATCH 08/10] test-pmd: declare lcore_count ato... Stephen Hemminger
- Re: [PATCH 08/10] test-pmd: declare lcore_count... Andre Muezerie
- Re: [PATCH 08/10] test-pmd: declare lcore_count ato... fengchengwen
- [PATCH 06/10] test-pmd: avoid non-constant initializer Andre Muezerie
- Re: [PATCH 06/10] test-pmd: avoid non-constant init... fengchengwen
- [PATCH 09/10] test: add workaround for __builtin_constan... Andre Muezerie
- Re: [PATCH 09/10] test: add workaround for __builti... Stephen Hemminger
- Re: [PATCH 09/10] test: add workaround for __bu... Andre Muezerie
- [PATCH 01/10] eal: add workaround for __builtin_constant... Andre Muezerie
- Re: [PATCH 01/10] eal: add workaround for __builtin... Stephen Hemminger
- Re: [PATCH 01/10] eal: add workaround for __builtin... fengchengwen
- Re: [PATCH 00/10] enable "app" to be compiled ... David Marchand
- [PATCH v2 00/10] enable "app" to be compiled w... Andre Muezerie
- [PATCH v2 03/10] test-pmd: fix printf format string... Andre Muezerie
- Re: [PATCH v2 03/10] test-pmd: fix printf forma... Bruce Richardson