Re: [PATCH v6 05/10] test-pmd: avoid undefined behavior

2025-04-10 Thread Andre Muezerie
On Thu, Apr 10, 2025 at 06:05:10PM +0200, David Marchand wrote: > On Mon, Feb 24, 2025 at 5:25 PM Andre Muezerie > wrote: > > > > Compiling with MSVC results in warnings like below: > > > > app/test-pmd/cmdline.c(9023): warning C5101: use of preprocessor > > directive in function-like macro ar

Re: [PATCH v6 05/10] test-pmd: avoid undefined behavior

2025-04-10 Thread David Marchand
On Mon, Feb 24, 2025 at 5:25 PM Andre Muezerie wrote: > > Compiling with MSVC results in warnings like below: > > app/test-pmd/cmdline.c(9023): warning C5101: use of preprocessor > directive in function-like macro argument list is undefined behavior > > Signed-off-by: Andre Muezerie > Signed-