The patch attached is courtesy of Richard J. Cox. It fixes the VC++ warnings about functions declared to return a value but not actually returning one. I'll apply it in a couple hours if there aren't any objections.
--Brent Dax [EMAIL PROTECTED] Configure pumpking for Perl 6 When I take action, I'm not going to fire a $2 million missile at a $10 empty tent and hit a camel in the butt. --Dubya -----Original Message----- From: Richard J Cox [mailto:[EMAIL PROTECTED]] Sent: Sunday, November 04, 2001 09:26 To: [EMAIL PROTECTED] Subject: Compiler Warnings? (1/1) I assume we are trying to create a warning free build... thus this patch stops VC++ complaining about functions that return values, but lack a return statement in classes\intclass.c. (Alternately we can switch off warnings, but I don't think that that is a good idea at all.) -- [EMAIL PROTECTED]
intclass_c.diff
Description: Binary data