Commit 21a7a96c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_recv_has_postponed_data: silence compiler warnings

Follow-up to d00f2a8f
parent c2402b6e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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