libmicrohttpd2

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

commit 5feff9f77bd6b51db3bcbc8ed0ce4310c39bfcc2
parent 69729650b88f8d456183022d7502c7af26acfdba
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date:   Sun, 15 Feb 2026 01:24:14 +0100

mhd_assume.h: extended doxy

Diffstat:
Msrc/mhd2/mhd_assume.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mhd2/mhd_assume.h b/src/mhd2/mhd_assume.h @@ -58,6 +58,8 @@ * that the code must be not reachable. * It should give compiler a hint to exclude some code paths from the final * binary. + * In debug builds this macro converted to assert() to ensure that expectation + * is always correct. */ #ifdef NDEBUG # ifdef MHD_ASSUME_KEYWORD