mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:53:32 +03:00
tool_main: Fixed compilation warning from commit 0104678c79
no previous prototype for function 'memory_tracking_init'
This commit is contained in:
parent
cf80b85b66
commit
c1daf6c0cd
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ static void main_checkfds(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CURLDEBUG
|
#ifdef CURLDEBUG
|
||||||
void memory_tracking_init(void)
|
static void memory_tracking_init(void)
|
||||||
{
|
{
|
||||||
char *env;
|
char *env;
|
||||||
/* if CURL_MEMDEBUG is set, this starts memory tracking message logging */
|
/* if CURL_MEMDEBUG is set, this starts memory tracking message logging */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue