summaryrefslogtreecommitdiff
path: root/ares_nowarn.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-21 19:56:06 +0200
committerYang Tse <yangsita@gmail.com>2011-08-21 19:56:06 +0200
commitc8d8ca26060299258182bdee388011fcc53f23cc (patch)
tree8d2039258fd9637c5543931f591f0d3f10571788 /ares_nowarn.h
parent1089cf6052dc90998d1d7b6dd3b8770fd1b273ce (diff)
downloadc-ares-c8d8ca26060299258182bdee388011fcc53f23cc.tar.gz
c-ares-c8d8ca26060299258182bdee388011fcc53f23cc.tar.bz2
c-ares-c8d8ca26060299258182bdee388011fcc53f23cc.zip
warnings: fix another 'conversion may lose significant bits' compiler warning
Diffstat (limited to 'ares_nowarn.h')
-rw-r--r--ares_nowarn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ares_nowarn.h b/ares_nowarn.h
index af112b9..c593e45 100644
--- a/ares_nowarn.h
+++ b/ares_nowarn.h
@@ -17,8 +17,8 @@
* without express or implied warranty.
*/
-int aresx_uztosi(size_t uznum);
-
+long aresx_uztosl(size_t uznum);
+int aresx_uztosi(size_t uznum);
short aresx_uztoss(size_t uznum);
short aresx_sitoss(int sinum);