gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 02/04: http_compression example: fix compil


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/04: http_compression example: fix compiler warning
Date: Sat, 18 May 2019 12:45:43 +0200

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit f5b873553831a9721b5d59c335b5217ec817ce48
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sat May 18 13:28:52 2019 +0300

    http_compression example: fix compiler warning
---
 src/examples/http_compression.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/examples/http_compression.c b/src/examples/http_compression.c
index a88be54e..1324fa4d 100644
--- 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. */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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