1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 13:49:42 +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

@ -21,6 +21,7 @@
#endif
#include "ares.h"
#include "ares_nowarn.h"
#include "ares_private.h"
int ares_fds(ares_channel channel, fd_set *read_fds, fd_set *write_fds)