Bug #16903
Compilation error on x86_64-cygwin
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
ruby -v:
ruby 2.8.0dev (2020-05-20T01:52:32Z master 2480ef904c) [x86_64-cygwin]
Description
Compilation error on x86_64-cygwin.
compiling io.c io.c: In function 'rb_cloexec_pipe': io.c:412:9: error: 'ret' undeclared (first use in this function) 412 | if (ret == 0 && descriptors[1] == -1) { | ^~~ io.c:412:9: note: each undeclared identifier is reported only once for each function it appears in io.c: At top level: cc1: warning: unrecognized command line option '-Wno-self-assign' cc1: warning: unrecognized command line option '-Wno-parentheses-equality' cc1: warning: unrecognized command line option '-Wno-constant-logical-operand' make: *** [Makefile:425: io.o] Error 1
Files
Updated by nobu (Nobuyoshi Nakada) 8 months ago
- Status changed from Open to Closed
Applied in changeset git|6f167da65b799435f94af3c5d39a80968e284f44.
Fixed a variable name [Bug #16903]
Fix up of 0e3b0fcdba7
From: fd0 (Daisuke Fujimura)