libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 0.9.62 doesn't build on Visual Studio


From: Jonathan McDougall
Subject: [libmicrohttpd] 0.9.62 doesn't build on Visual Studio
Date: Sat, 8 Dec 2018 17:32:44 -0500

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

-- 
Jonathan McDougall



reply via email to

[Prev in Thread] Current Thread [Next in Thread]