Re: [PATCH v3 0/3] enable drivers to be compiled with MSVC

2025-06-23 Thread David Marchand
On Thu, Jun 12, 2025 at 4:17 PM Andre Muezerie wrote: > > This patchset solves the last issues preventing drivers from being > compiled with MSVC (array range initialization) and enables the > drivers to be built with it. > > Array range initialization is non-standard and is not provided by > all

[PATCH v3 0/3] enable drivers to be compiled with MSVC

2025-06-12 Thread Andre Muezerie
This patchset solves the last issues preventing drivers from being compiled with MSVC (array range initialization) and enables the drivers to be built with it. Array range initialization is non-standard and is not provided by all compilers. MSVC does not implement it and ends up emitting errors li