stop a compiler warning

This commit is contained in:
Daniel Stenberg 2004-02-04 07:40:25 +00:00
parent 773a8fe598
commit e82a575894
1 changed files with 1 additions and 0 deletions

View File

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