summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeroen Ooms <jeroenooms@gmail.com>2020-08-28 00:20:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-28 23:36:55 +0200
commit70984ce1be4cab6c9e66d196189e9420ff54ac5b (patch)
tree7892e7b54313b6ee408d16dd570c5b8e64627d52 /include
parent6e18568ba386ec82e422d238b4976673a8df2524 (diff)
downloadcurl-70984ce1be4cab6c9e66d196189e9420ff54ac5b.tar.gz
tests: add test1912 with typechecks
Validates that gcc-typecheck macros match the new option type API. Closes #5873
Diffstat (limited to 'include')
-rw-r--r--include/curl/typecheck-gcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/typecheck-gcc.h b/include/curl/typecheck-gcc.h
index f8cb921f2..4f99ca778 100644
--- a/include/curl/typecheck-gcc.h
+++ b/include/curl/typecheck-gcc.h
@@ -292,6 +292,7 @@ CURLWARNING(_curl_easy_getinfo_err_curl_off_t,
(option) == CURLOPT_PROXY_CAINFO || \
(option) == CURLOPT_PROXY_CAPATH || \
(option) == CURLOPT_PROXY_CRLFILE || \
+ (option) == CURLOPT_PROXY_ISSUERCERT || \
(option) == CURLOPT_PROXY_KEYPASSWD || \
(option) == CURLOPT_PROXY_PINNEDPUBLICKEY || \
(option) == CURLOPT_PROXY_SERVICE_NAME || \
@@ -357,7 +358,6 @@ CURLWARNING(_curl_easy_getinfo_err_curl_off_t,
(option) == CURLOPT_INTERLEAVEDATA || \
(option) == CURLOPT_IOCTLDATA || \
(option) == CURLOPT_OPENSOCKETDATA || \
- (option) == CURLOPT_PRIVATE || \
(option) == CURLOPT_PROGRESSDATA || \
(option) == CURLOPT_READDATA || \
(option) == CURLOPT_SEEKDATA || \