Bug #1285 [ruby-core:22873]
Fix Compiler Warnings - iseq and insns
| Status : | Open | Start : | 03/13/2009 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | Koichi Sasada | % Done : | 0% |
|
| Category : | core | |||
| Target version : | 1.9.2 | |||
| ruby -v : | ruby 1.9.2dev (2009-03-12) [i386-mswin32_90] |
Description
VC 2008, -W3. The last couple of remaining issues (phew!). cl -nologo -MDd -Zi -RTC1 -W3 -wd4996 -Od -Zm600 -DRUBY_EXPORT -I. -I.ext/include/i386-mswin32_90 -I./../include -I./.. -I./../missing -I. -I./.. -I./../missing -DLIBRUBY_SO=\"ruby19.dll\" -IC:\Development\msvc\include -Foiseq.obj -c -Tc./../iseq.c iseq.c ./../iseq.c(944) : warning C4018: '<' : signed/unsigned mismatch ./../iseq.c(1387) : warning C4018: '<' : signed/unsigned mismatch cl -nologo -MDd -Zi -RTC1 -W3 -wd4996 -Od -Zm600 -DRUBY_EXPORT -I. -I.ext/include/i386-mswin32_90 -I./../include -I./.. -I./../missing -I. -I./.. -I./../missing -DLIBRUBY_SO=\"ruby19.dll\" -IC:\Development\msvc\include -Fovm.obj -c -Tc./../vm.c vm.c ./../insns.def(118) : warning C4018: '<' : signed/unsigned mismatch ./../insns.def(139) : warning C4018: '<' : signed/unsigned mismatch ./../insns.def(429) : warning C4018: '<' : signed/unsigned mismatch ./../insns.def(657) : warning C4018: '<' : signed/unsigned mismatch