1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

stop a compiler warning

This commit is contained in:
Daniel Stenberg 2004-02-04 07:40:25 +00:00
parent 773a8fe598
commit e82a575894

View File

@ -21,4 +21,5 @@
*/
void ares_free_errmem(char *mem)
{
(void)mem;
}