1
0
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:
Guenter Knauf
2012-04-16 15:24:14 +02:00
parent 58e62c5879
commit 27a478c7a3

View File

@ -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;