فهرست منبع

-yes, we never ignore return values, even in examples on getchar()...

Christian Grothoff 12 سال پیش
والد
کامیت
fe9c559603
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      doc/examples/tlsauthentication.c

+ 1 - 1
doc/examples/tlsauthentication.c

@@ -261,7 +261,7 @@ main ()
       return 1;
     }
 
-  getchar ();
+  (void) getchar ();
 
   MHD_stop_daemon (daemon);
   free (key_pem);