Re: [PATCH v4 1/3] app/test: remove use of non-standard array range initialization

2025-07-22 Thread Andre Muezerie
On Tue, Jul 22, 2025 at 08:41:27AM +, Konstantin Ananyev wrote: > > > > Array range initialization is non-standard and is not provided by > > all compilers. MSVC does not implement it and ends up emitting > > errors like the one below: > > > > drivers/net/r8169/r8169_phy.c(380): > > erro

RE: [PATCH v4 1/3] app/test: remove use of non-standard array range initialization

2025-07-22 Thread Konstantin Ananyev
> Array range initialization is non-standard and is not provided by > all compilers. MSVC does not implement it and ends up emitting > errors like the one below: > > drivers/net/r8169/r8169_phy.c(380): > error C2143: syntax error: missing ':' before '...' > case CFG_METHOD_48 ... CFG_METHOD