mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-05 21:59:27 +00:00
Kill compiler warning about unused var.
This commit is contained in:
@ -797,7 +797,7 @@ quit:
|
||||
|
||||
static int init_by_resolv_conf(ares_channel channel)
|
||||
{
|
||||
#ifndef WATT32
|
||||
#if !(defined(ANDROID) || defined(__ANDROID__) || defined(WATT32))
|
||||
char *line = NULL;
|
||||
#endif
|
||||
int status = -1, nservers = 0, nsort = 0;
|
||||
|
Reference in New Issue
Block a user