Skip to content
Snippets Groups Projects
Commit c1daf6c0 authored by Steve Holme's avatar Steve Holme
Browse files

tool_main: Fixed compilation warning from commit 0104678c

no previous prototype for function 'memory_tracking_init'
parent cf80b85b
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment