Re: Modification of environment variables on Windows

2024-04-27 Thread Markus Mützel
Hi Bruno, > > The attached patch avoids those warnings. > > Thanks, but it does not do the right thing: *s[1] accesses the first character > of the string after s. What was meant was to access the second character of > the string at s; this needs to be written as (*s)[1]. Oof. You are absolutely

Re: Modification of environment variables on Windows

2024-04-27 Thread Bruno Haible
Hi Markus, > We recently updated gnulib in GNU Octave to a newer revision > (d4ec02b3cc70cddaaa5183cc5a45814e0afb2292). (Kudos on the impressive speedup > to the bootstrap process.) > > Since then, we are seeing warnings like the following when building for MinGW: > > ../../libgnu/tzset.c: In