Il 15/01/2013 18:34, Stefan Weil ha scritto: > > Tested-by: Stefan Weil <s...@weilnetz.de> > > Blue, Paolo's patch fixes a recently introduced build regression for MinGW. > Please apply it to git master. > > I won't send a pull request because it is a build fix. > > Paolo, your latest modifications added one more regression > because MinGW builds now compile files which are only needed > for user mode (= never for MinGW).util/envlist.c uses strtok_r > which is unavailable for MinGW, so we get a compiler warning, > but no linker error because it is unused.
Yeah, this is a side effect of having an understandable directory layout. :) However I'd prefer if we added strtok_r to oslib-win32.c to silence the warning, even if it's dead code. Paolo