Re: Lots of warnings and errors (Win32)

2003-09-27 Thread Dan Sugalski
At 1:36 AM -0400 9/27/03, Matt Creenan wrote: >> parrot\mmd.c(32) : warning C4098: 'mmd_dispatch_pmc' : 'void' function returning a value void /* Shouldn't this be PMC * instead? */ mmd_dispatch_pmc(struct Parrot_Interp *interpreter, PMC *left, PMC *right, PMC *dest, INTVA

Lots of warnings and errors (Win32)

2003-09-26 Thread Matt Creenan
>> parrot\mmd.c(32) : warning C4098: 'mmd_dispatch_pmc' : 'void' function returning a value void /* Shouldn't this be PMC * instead? */ mmd_dispatch_pmc(struct Parrot_Interp *interpreter, PMC *left, PMC *right, PMC *dest, INTVAL function) >> parrot\encoding.c(37) : warnin