aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-21 16:19:41 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-21 16:19:41 +0000
commitfe9c5596035ef069dd258dee825d1cc44139c6ab (patch)
treee1df43daf78a894b6fefe9f40b3e6b58829035f5
parent16cecaf5d502ae0e005b1481f6055bd86f83f9b5 (diff)
downloadlibmicrohttpd-fe9c5596035ef069dd258dee825d1cc44139c6ab.tar.gz
libmicrohttpd-fe9c5596035ef069dd258dee825d1cc44139c6ab.zip
-yes, we never ignore return values, even in examples on getchar()...
-rw-r--r--doc/examples/tlsauthentication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/tlsauthentication.c b/doc/examples/tlsauthentication.c
index fd58505f..4d616b6f 100644
--- a/doc/examples/tlsauthentication.c
+++ b/doc/examples/tlsauthentication.c
@@ -261,7 +261,7 @@ main ()
261 return 1; 261 return 1;
262 } 262 }
263 263
264 getchar (); 264 (void) getchar ();
265 265
266 MHD_stop_daemon (daemon); 266 MHD_stop_daemon (daemon);
267 free (key_pem); 267 free (key_pem);