On Wed, Jan 11, 2017 at 9:07 AM, Xuezhong Wang <[email protected]> wrote: > hi, > > I got quite a few warnings when compiling 64-bit shared lib in VS 2015. > Those warnings are mostly about 64-bit type truncated into 32-bit: > > conversion from 'ssize_t' to 'int', possible loss of data > conversion from '__int64' to 'int', possible loss of data > conversion from 'size_t' to 'USHORT', possible loss of data > conversion from 'ULONG_PTR' to 'DWORD', possible loss of data > ... > > Is it expected? >
These are alas known. PRs addressing these issues are more than welcome :-) -- /Saúl bettercallsaghul.com -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
