gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r28226 - libmicrohttpd/doc/examples


From: gnunet
Subject: [GNUnet-SVN] r28226 - libmicrohttpd/doc/examples
Date: Sun, 21 Jul 2013 18:19:42 +0200

Author: grothoff
Date: 2013-07-21 18:19:41 +0200 (Sun, 21 Jul 2013)
New Revision: 28226

Modified:
   libmicrohttpd/doc/examples/tlsauthentication.c
Log:
-yes, we never ignore return values, even in examples on getchar()...


Modified: libmicrohttpd/doc/examples/tlsauthentication.c
===================================================================
--- libmicrohttpd/doc/examples/tlsauthentication.c      2013-07-21 16:18:42 UTC 
(rev 28225)
+++ libmicrohttpd/doc/examples/tlsauthentication.c      2013-07-21 16:19:41 UTC 
(rev 28226)
@@ -261,7 +261,7 @@
       return 1;
     }
 
-  getchar ();
+  (void) getchar ();
 
   MHD_stop_daemon (daemon);
   free (key_pem);




reply via email to

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