mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
fix some compiler warnings
This commit is contained in:
parent
982315573c
commit
9801596fb3
3 changed files with 42 additions and 20 deletions
|
|
@ -26,6 +26,8 @@ unsigned short curlx_ultous(unsigned long ulnum);
|
|||
|
||||
unsigned char curlx_ultouc(unsigned long ulnum);
|
||||
|
||||
int curlx_ultosi(unsigned long ulnum);
|
||||
|
||||
int curlx_uztosi(size_t uznum);
|
||||
|
||||
unsigned long curlx_uztoul(size_t uznum);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue