commit fe9c5596035ef069dd258dee825d1cc44139c6ab
parent 16cecaf5d502ae0e005b1481f6055bd86f83f9b5
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 21 Jul 2013 16:19:41 +0000
-yes, we never ignore return values, even in examples on getchar()...
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/examples/tlsauthentication.c b/doc/examples/tlsauthentication.c
@@ -261,7 +261,7 @@ main ()
return 1;
}
- getchar ();
+ (void) getchar ();
MHD_stop_daemon (daemon);
free (key_pem);