diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-09-30 08:33:32 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-09-30 09:00:37 +0200 |
commit | f8707151141e5f0038134ef6d757e1c5a624cdc1 (patch) | |
tree | a138dc47ec6d0486b4f246c9078f8249caebeab2 | |
parent | e2b3f9eaea6d1c8e549e3e1cf9c6281a6eba1bb6 (diff) | |
download | curl-f8707151141e5f0038134ef6d757e1c5a624cdc1.tar.gz |
typecheck-gcc.h: add CURLOPT_PREREQDATA awareness
Follow-up to a517378de58358a
To make test 1912 happy again
Closes #7799
-rw-r--r-- | include/curl/typecheck-gcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/typecheck-gcc.h b/include/curl/typecheck-gcc.h index 77ce461bc..9e14d8a37 100644 --- a/include/curl/typecheck-gcc.h +++ b/include/curl/typecheck-gcc.h @@ -364,6 +364,7 @@ CURLWARNING(_curl_easy_getinfo_err_curl_off_t, (option) == CURLOPT_INTERLEAVEDATA || \ (option) == CURLOPT_IOCTLDATA || \ (option) == CURLOPT_OPENSOCKETDATA || \ + (option) == CURLOPT_PREREQDATA || \ (option) == CURLOPT_PROGRESSDATA || \ (option) == CURLOPT_READDATA || \ (option) == CURLOPT_SEEKDATA || \ |