RE: Params::Validate generate warnings on perl version 5.8.0

2003-04-03 Thread Dave Rolsky
On Thu, 3 Apr 2003, Hill, Ronald wrote:

> Yes, all tests pass :-) I did not think this would be a problem
> but I thought you would like to know.

Indeed I did.  I just uploaded 0.58 which should fix these warnings.


-dave

/*===
House Absolute Consulting
www.houseabsolute.com
===*/


RE: Params::Validate generate warnings on perl version 5.8.0

2003-04-03 Thread Hill, Ronald

> 
> 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?

Yes, all tests pass :-) I did not think this would be a problem
but I thought you would like to know.


Ron Hill


Re: Params::Validate generate warnings on perl version 5.8.0

2003-04-03 Thread Dave Rolsky
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
===*/