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


this simple patch removes a build warning in io\io_win32.c:
io\io_win32.c(272) : warning C4550: expression evaluates to a function
which is missing an argument list


with patch applied, all expected tests pass.
~jerry


Index: io/io_win32.c

===================================================================

--- io/io_win32.c       (revision 8062)

+++ io/io_win32.c       (working copy)

@@ -269,7 +269,6 @@

     INTVAL mode;
     mode = 0;
 
-    UNUSED(fdopen);
     UNUSED(layer);
 
     if (PIO_win32_isatty(fd))

Reply via email to