mirror of
https://github.com/curl/curl.git
synced 2026-07-28 16:03:06 +03:00
fix compiler warning: conversion may lose significant bits
This commit is contained in:
parent
9c4ff4874e
commit
c1901f7ed0
5 changed files with 50 additions and 32 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue