summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-30 08:33:32 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-30 08:34:07 +0200
commit5406e6f78af374042012aa800c17615e911b026a (patch)
tree78148f91f394c7f727cd76780d3d4af4dd1e0d67
parentf53b89314ddbfe2b3b203a85c2181868c6151363 (diff)
downloadcurl-bagder/test1912-prereq.tar.gz
typecheck-gcc.h: add CURLOPT_PREREQDATA awarenessbagder/test1912-prereq
Follow-up to a517378de58358a To make test 1912 happy again
-rw-r--r--include/curl/typecheck-gcc.h1
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 || \