-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b81
-
generic
-
generic
These compiler warnings on Windows must be fixed.
../../../src\windows\native\java\lang\ProcessImpl_md.c(67) : warning C4013: '_open' undefined; assuming extern returning int
../../../src\windows\native\java\lang\ProcessImpl_md.c(69) : warning C4013: '_read' undefined; assuming extern returning int
../../../src\windows\native\java\lang\ProcessImpl_md.c(71) : warning C4013: '_lseek' undefined; assuming extern returning int
../../../src\windows\native\java\lang\ProcessImpl_md.c(80) : warning C4013: '_close' undefined; assuming extern returning int
../../../src\windows\native\java\lang\ProcessImpl_md.c(47) : warning C4101: 'type' : unreferenced local variable
../../../src\windows\native\java\lang\ProcessImpl_md.c(67) : warning C4013: '_open' undefined; assuming extern returning int
../../../src\windows\native\java\lang\ProcessImpl_md.c(69) : warning C4013: '_read' undefined; assuming extern returning int
../../../src\windows\native\java\lang\ProcessImpl_md.c(71) : warning C4013: '_lseek' undefined; assuming extern returning int
../../../src\windows\native\java\lang\ProcessImpl_md.c(80) : warning C4013: '_close' undefined; assuming extern returning int
../../../src\windows\native\java\lang\ProcessImpl_md.c(47) : warning C4101: 'type' : unreferenced local variable
- relates to
-
JDK-6199694 Allow for easy way to turn on/off "native compilation warnings are fatal" on all platforms
-
- Resolved
-
-
JDK-6253036 Remove use of COMPILER_WARNING_LEVEL=0 in favor of COMPILER_WARNINGS_FATAL=false
-
- Resolved
-