Re: Assertion error when building in Debug mode with MSVC

2022-01-26 Thread Julien Marrec
Hello Paul, I’m not sure why you say it’s a local variable. It’s a “FILE *” isn’t it? So, with runtime /MDd (/MD doesn’t have the issue), I do have flclose.m4 and fclose.c. I also see checking whether fcloseall is declared... yes I’ve setup a gist at https://gist.github.com/jmarrec/a2492f60623b

Re: Assertion error when building in Debug mode with MSVC

2022-01-26 Thread Paul Eggert
On 1/26/22 01:45, Julien Marrec wrote: Hello Paul, I’m not sure why you say it’s a local variable. It’s a “FILE *” isn’t it? A FILE * is a pointer, and can be either local or global. This one's local. [1] If you want to reproduce, and have conan installed and MSVC 2019, this command should