aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_sockets.c')
-rw-r--r--src/microhttpd/mhd_sockets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_sockets.c b/src/microhttpd/mhd_sockets.c
index a00330a3..ef3dc35d 100644
--- a/src/microhttpd/mhd_sockets.c
+++ b/src/microhttpd/mhd_sockets.c
@@ -538,6 +538,7 @@ MHD_socket_cork_ (MHD_socket sock,
538#endif 538#endif
539#else 539#else
540 /* do not have MHD_TCP_CORK_NOPUSH at all */ 540 /* do not have MHD_TCP_CORK_NOPUSH at all */
541 (void) sock; (void) on; /* Mute compiler warnings */
541 return 0; 542 return 0;
542#endif 543#endif
543} 544}