1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 10:52:20 +00:00

compiler warning: fix

Fix compiler warning: variable was set but never used

Fix compiler warning: clobber ignored
This commit is contained in:
Yang Tse
2011-05-25 11:19:10 +02:00
parent e1c9539962
commit 5ef8f5ead2
7 changed files with 55 additions and 1 deletions

View File

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