mirror of
https://github.com/curl/curl.git
synced 2026-07-27 22:43:12 +03:00
try fix 1
AM Alpine MUSL https-rr c-ares:
```
../../../lib/memdebug.h:40:59: error: expected declaration specifiers or '...' before numeric constant
40 | #define calloc(nbelem,size) curl_dbg_calloc(nbelem, size, __LINE__, __FILE__)
| ^~~~~~~~
../../../lib/memdebug.h:40:69: error: expected declaration specifiers or '...' before string constant
40 | #define calloc(nbelem,size) curl_dbg_calloc(nbelem, size, __LINE__, __FILE__)
| ^~~~~~~~
../../../lib/memdebug.h:44:38: error: expected declaration specifiers or '...' before numeric constant
44 | #define free(ptr) curl_dbg_free(ptr, __LINE__, __FILE__)
| ^~~~~~~~
../../../lib/memdebug.h:44:48: error: expected declaration specifiers or '...' before string constant
44 | #define free(ptr) curl_dbg_free(ptr, __LINE__, __FILE__)
| ^~~~~~~~
```
https://github.com/curl/curl/actions/runs/16610859929/job/46993519059?pr=18066#step:38:59
This commit is contained in:
parent
724a090a5f
commit
8f938a3eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,6 @@
|
|||
#include "first.h"
|
||||
|
||||
#include "testtrace.h"
|
||||
#include "memdebug.h"
|
||||
|
||||
#if defined(USE_QUICHE) || defined(USE_OPENSSL)
|
||||
#include <openssl/ssl.h>
|
||||
|
|
@ -44,6 +43,7 @@
|
|||
#include <rustls.h>
|
||||
#endif
|
||||
|
||||
#include "memdebug.h"
|
||||
|
||||
static int verbose_d = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue