libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit f5b873553831a9721b5d59c335b5217ec817ce48
parent e53b8ab457dc9e3a4e16d287a0bb8f41338b960d
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat, 18 May 2019 13:28:52 +0300

http_compression example: fix compiler warning

Diffstat:
Msrc/examples/http_compression.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/examples/http_compression.c b/src/examples/http_compression.c @@ -101,6 +101,7 @@ ahc_echo (void *cls, int comp; size_t body_len; char *body_str; + (void) cls; /* Unused. Silent compiler warning. */ (void) url; /* Unused. Silent compiler warning. */ (void) version; /* Unused. Silent compiler warning. */ (void) upload_data; /* Unused. Silent compiler warning. */