libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 196db30ccc88359361c78a35a53fa37693d78286
parent 6813492448621934992aa99f992c22c153962dbe
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Tue, 16 Dec 2025 18:20:47 +0100

Correction for: OpenSSL backend: unified compilers warning mutes

Diffstat:
Msrc/mhd2/tls_open_funcs.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd2/tls_open_funcs.c b/src/mhd2/tls_open_funcs.c @@ -77,7 +77,7 @@ #include "microhttpd2_portability.h" #include "mhd_public_api.h" -#if defined(HAVE_WUSED_BUT_MARKED_UNUSED) && defined(MHD_WARN_IGNORE_GCC_STYLE) +#if defined(HAVE_WUSED_BUT_MARKED_UNUSED) && defined(MHD_WARN_IGNORE_STYLE_GCC) # define mhd_NOWARN_USED_UNUSED \ MHD_WARN_PUSH_ MHD_WARN_IGNORE_ ("-Wused-but-marked-unused") # define mhd_RESTORE_WARN_USED_UNUSED MHD_WARN_POP_