On Tue, 19 Nov 2024 17:54:43 -0800 Andre Muezerie <andre...@linux.microsoft.com> wrote:
> From: Tyler Retzlaff <roret...@linux.microsoft.com> > > MSVC does not support optional C11 VLAs. When building for Windows > enable -Wvla so that mingw and clang also fail if a VLA is used. > > Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com> > --- It would be good to catch VLA's in new code even if not on Windows. Some parts like testpmd and eal should have it enabled