From: Charlie Savage Date: 2009-03-28T16:37:17+09:00 Subject: [ruby-core:23039] [Bug #1320] sdbm.c compiler warnings Bug #1320: sdbm.c compiler warnings http://redmine.ruby-lang.org/issues/show/1320 Author: Charlie Savage Status: Open, Priority: Normal Category: ext, Target version: 1.9.1 ruby -v: ruby 1.9.2dev (2009-03-28) [i386-mswin32_90] A couple of compiler warnings are still left in sdbm extension: cl -nologo -I. -I../../.ext/include/i386-mswin32_90 -I../.././../include -I../.././../ext/sdbm -nologo -MDd -Zi -RTC1 -W3 -wd4996 -Od -Zm600 -DRUBY_EXTCONF_H=\"extconf.h\" -I. -I./.. -I./../missing -IC:\Development\msvc\include -Fo_sdbm.obj -c -Tc../.././../ext/sdbm/_sdbm.c _sdbm.c ../.././../ext/sdbm/_sdbm.c(207) : warning C4133: 'function' : incompatible types - from '_stat64 *' to 'stat *' ../.././../ext/sdbm/_sdbm.c(214) : warning C4244: '=' : conversion from '__int64' to 'long', possible loss of data ---------------------------------------- http://redmine.ruby-lang.org