mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:33:31 +03:00
- Added a macro for curl_easy_setopt() that accepts three arguments and simply
does nothing with them, just to make sure libcurl users always use three arguments to this function. Due to its use of ... for the third argument, it is otherwise hard to detect abuse.
This commit is contained in:
parent
9b48991ebd
commit
ecf1c6ca5d
3 changed files with 16 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ This release includes the following changes:
|
|||
o added a type checking macro for curl_easy_setopt(), watch out for new
|
||||
warnings in code using libcurl (needs gcc-4.3 and currently only works
|
||||
in C mode)
|
||||
o curl_easy_setopt() uses are now checked to use three arguments
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue