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
@ -84,7 +84,7 @@ static void main_checkfds(void)
|
||||
}
|
||||
|
||||
#ifdef CURLDEBUG
|
||||
void memory_tracking_init(void)
|
||||
static void memory_tracking_init(void)
|
||||
{
|
||||
char *env;
|
||||
/* if CURL_MEMDEBUG is set, this starts memory tracking message logging */
|
||||
|
Loading…
x
Reference in New Issue
Block a user