Re: [PATCH 2/2] test/lcore: fix build with MSVC

2025-06-11 Thread David Marchand
On Tue, Jun 10, 2025 at 10:37 AM David Marchand wrote: > > MSVC warns about atomic qualifier: > ../app/test/test_per_lcore.c(101): error C2220: the following warning is > treated as an error > ../app/test/test_per_lcore.c(101): warning C4090: 'function': different > '_Atomic' quali

[PATCH 2/2] test/lcore: fix build with MSVC

2025-06-10 Thread David Marchand
MSVC warns about atomic qualifier: ../app/test/test_per_lcore.c(101): error C2220: the following warning is treated as an error ../app/test/test_per_lcore.c(101): warning C4090: 'function': different '_Atomic' qualifiers Fixes: 7c37826c2b87 ("test/lcore: fix race in per-lcore test"