fix compiler warning: conversion may lose significant bits

This commit is contained in:
Yang Tse
2010-12-04 05:53:07 +01:00
parent 9c4ff4874e
commit c1901f7ed0
5 changed files with 50 additions and 32 deletions

View File

@@ -36,4 +36,6 @@ unsigned short curlx_sltous(long slnum);
ssize_t curlx_uztosz(size_t uznum);
size_t curlx_sotouz(curl_off_t sonum);
#endif /* HEADER_CURL_WARNLESS_H */