On Thu, 3 Apr 2003, Hill, Ronald wrote: > I am seeing warnings when building some Datetime perl modules > under 5.8.0. They were not there for version 5.6.1. > > Can I ignor them?
Do the tests pass? > -DPERL_MSVCRT_READFIX -MD -DNDEBUG -O1 -D > VERSION=\"0.57\" -DXS_VERSION=\"0.57\" "-IF:\Perl\lib\CORE" Validate.c > Validate.c > Validate.xs(631) : warning C4101: 'he' : unreferenced local variable > Validate.xs(706) : warning C4018: '<' : signed/unsigned mismatch > Validate.xs(821) : warning C4101: 'value' : unreferenced local variable > Validate.xs(948) : warning C4101: 'max' : unreferenced local variable > Validate.xs(949) : warning C4101: 'limit' : unreferenced local variable unreferenced local variable is obviously not going to break anything, though I'll fix it. The signed/unsigned mismatch warning is also not likely to cause any breakage, but I'll fix that as well. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/
