summaryrefslogtreecommitdiff
path: root/acountry.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 /acountry.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 'acountry.c')
-rw-r--r--acountry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/acountry.c b/acountry.c
index 4c2816a..d989018 100644
--- a/acountry.c
+++ b/acountry.c
@@ -59,6 +59,7 @@
#include "ares_getopt.h"
#include "inet_net_pton.h"
#include "inet_ntop.h"
+#include "ares_nowarn.h"
#ifndef HAVE_STRDUP
# include "ares_strdup.h"