Hi, instead of keeping all projects at C89, you can also use Visual Studio with LLVM/Clang or GCC:
https://blogs.msdn.microsoft.com/vcblog/2017/03/07/use-any-c-compiler-with-visual-studio/ I personally don't have any experiences with that (just don't have a MS Windows license) but know people building C99 OSS on Windows with clang. Regards, Tim On 12/8/18 11:32 PM, Jonathan McDougall wrote: > This commit[1] made a lot of changes to digestauth.c, including using > a bunch of VLAs, which are not supported in all compilers, one of which > is Visual Studio. > > If you want to keep supporting Visual Studio, those will have to be > arrays of constant size, or allocated on the heap. > > [1] > https://gnunet.org/git/libmicrohttpd.git/commit/src/microhttpd/digestauth.c?id=bcba3f58c5fc9b4a3776494d3edddceb244ab110 >
signature.asc
Description: OpenPGP digital signature
