mirror of
https://github.com/curl/curl.git
synced 2026-07-24 09:37:25 +03:00
easy: define away easy_events() for non-debug builds
This commit is contained in:
parent
1a911f7ec4
commit
817ceb09e0
1 changed files with 3 additions and 0 deletions
|
|
@ -712,6 +712,9 @@ static CURLcode easy_events(CURLM *multi)
|
|||
|
||||
return wait_or_timeout(multi, &evs);
|
||||
}
|
||||
#else /* CURLDEBUG */
|
||||
/* when not built with debug, this function doesn't exist */
|
||||
#define easy_events(x) CURLE_NOT_BUILT_IN
|
||||
#endif
|
||||
|
||||
static CURLcode easy_transfer(CURLM *multi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue