aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/sendf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sendf.c b/lib/sendf.c
index c3458a2b6..760169782 100644
--- a/lib/sendf.c
+++ b/lib/sendf.c
@@ -210,6 +210,8 @@ static ssize_t get_pre_recved(struct connectdata *conn, int num, char *buf,
/* Use "do-nothing" macros instead of functions when workaround not used */
bool Curl_recv_has_postponed_data(struct connectdata *conn, int sockindex)
{
+ (void)conn;
+ (void)sockindex;
return false;
}
#define pre_receive_plain(c,n) do {} WHILE_FALSE