summaryrefslogtreecommitdiff
path: root/ahost.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-05-25 11:19:10 +0200
committerYang Tse <yangsita@gmail.com>2011-05-25 11:19:10 +0200
commit5ef8f5ead2478defca69e303a47d00d21b16d838 (patch)
treeaa2a36dc18e3f278c8a89cb223485cd7701987ef /ahost.c
parente1c9539962b5a7d638036324020f386e675ab1f8 (diff)
downloadc-ares-5ef8f5ead2478defca69e303a47d00d21b16d838.tar.gz
c-ares-5ef8f5ead2478defca69e303a47d00d21b16d838.tar.bz2
c-ares-5ef8f5ead2478defca69e303a47d00d21b16d838.zip
compiler warning: fix
Fix compiler warning: variable was set but never used Fix compiler warning: clobber ignored
Diffstat (limited to 'ahost.c')
-rw-r--r--ahost.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ahost.c b/ahost.c
index 6a4843e..fb67f1f 100644
--- a/ahost.c
+++ b/ahost.c
@@ -42,6 +42,7 @@
#include "inet_net_pton.h"
#include "ares_getopt.h"
#include "ares_ipv6.h"
+#include "ares_nowarn.h"
#ifndef HAVE_STRDUP
# include "ares_strdup.h"