# New Ticket Created by  "Andrew Whitworth" 
# Please include the string:  [perl #51990]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51990 >


Fixed two compiler warnings in src/io/io_win32.c, and updated a little
bit of documenation.

1) Cast return value in PIO_win32_write() to "(size_t)-1" since size_t
is unsigned and the compiler was warning about signed/unsigned type
mismatch.
2) Updated documentation for PIO_win32_write() to indicate the return
value on failure.
3) Cast assignment to short because sockaddr_in.sin_family is defined
as type short. This quiets compiler warning about type mismatch and
lost data

None of these things should affect the action of the code.

--Andrew Whitworth

Attachment: iowin32smallerrorsfix.patch
Description: Binary data

Reply via email to