Skip to content
Snippets Groups Projects
Commit 44995d68 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Some compilers warn on completely empty source files, we provide a blank

one to prevent that.
parent 2ebc8215
No related branches found
No related tags found
No related merge requests found
......@@ -255,5 +255,8 @@ int curl_fclose(FILE *file, int line, const char *source)
#else
#ifdef VMS
int VOID_VAR_MEMDEBUG;
#endif
#else
/* we provide a fake do-nothing function here to avoid compiler warnings */
void curl_memdebug(void) {}
#endif /* VMS */
#endif /* CURLDEBUG */
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