Re: Windows Warnings

2019-07-01 Thread Peter Stuge
Narayan Subramanian wrote: > Most of these can be fixed using length trimming bitmasks and other such > simple transformations. .. > #define TO32BIT(X)( (X) & UINT_MAX ) //UINT_MAX is 0x > > rc = libssh2_base64_decode(hosts->session, &ptr, &ptrlen, >

Re: Windows Warnings

2019-06-30 Thread Narayan Subramanian
libssh2-devel-requ...@cool.haxx.se You can reach the person managing the list at libssh2-devel-ow...@cool.haxx.se When replying, please edit your Subject line so it is more specific than "Re: Contents of libssh2-devel diges

Re: Windows Warnings

2019-06-26 Thread Chris Hanson
On Jun 26, 2019, at 3:45 AM, Narayan Subramanian wrote: > > Though Windows builds fine, there are SEVERAL build warnings. Is this normal? > > FYI, I am using Visual Studio 2017 and libssh2 1.9. > > I have attached the log file. > Most of the warnings are data conversion / truncation warnings