Loading include/curl/typecheck-gcc.h +3 −2 Original line number Diff line number Diff line Loading @@ -471,7 +471,8 @@ _CURL_WARNING(_curl_easy_getinfo_err_curl_socket, /* evaluates to true if expr is of type FILE* */ #define _curl_is_FILE(expr) \ (__builtin_types_compatible_p(__typeof__(expr), FILE *)) (_curl_is_NULL(expr) || \ (__builtin_types_compatible_p(__typeof__(expr), FILE *))) /* evaluates to true if expr can be passed as POST data (void* or char*) */ #define _curl_is_postfields(expr) \ Loading Loading
include/curl/typecheck-gcc.h +3 −2 Original line number Diff line number Diff line Loading @@ -471,7 +471,8 @@ _CURL_WARNING(_curl_easy_getinfo_err_curl_socket, /* evaluates to true if expr is of type FILE* */ #define _curl_is_FILE(expr) \ (__builtin_types_compatible_p(__typeof__(expr), FILE *)) (_curl_is_NULL(expr) || \ (__builtin_types_compatible_p(__typeof__(expr), FILE *))) /* evaluates to true if expr can be passed as POST data (void* or char*) */ #define _curl_is_postfields(expr) \ Loading