mirror of
https://github.com/curl/curl.git
synced 2026-05-14 22:46:21 +03:00
parent
455bebc2c7
commit
478e280278
1 changed files with 9 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
|||
***************************************************************************/
|
||||
#include "unitcheck.h"
|
||||
|
||||
#ifndef CURL_DISABLE_PROGRESS_METER
|
||||
static CURLcode test_unit1636(const char *arg)
|
||||
{
|
||||
UNITTEST_BEGIN_SIMPLE
|
||||
|
|
@ -71,3 +72,11 @@ static CURLcode test_unit1636(const char *arg)
|
|||
}
|
||||
UNITTEST_END(curl_global_cleanup())
|
||||
}
|
||||
|
||||
#else /* CURL_DISABLE_PROGRESS_METER */
|
||||
static CURLcode test_unit1636(const char *arg)
|
||||
{
|
||||
(void)arg;
|
||||
return CURLE_OK;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue