On 10/10/06, Thomas Anders <[EMAIL PROTECTED]> wrote: > Dave Shield wrote: > > 7) perl compiler warnings > > If they're simply warnings (rather than errors), then leave till > > 5.4.1 > > Unless they actually indicate a more serious problem? > > Compiler warnings often point to serious programming errors. Classifying them > as > harmless or serious is only possible *after* investigation, so this keeps > being > a grey area for now.
OK - I've ploughed through the great long list of warnings you posted. The vast majority of them are: - signed/unsigned inconsistencies - unused variables (sloppy, but safe) - pointer vs integer values The only ones that look at all significant are the first three compilation warnings from processing SNMP.xs (lines 226-244) None of these feel worth holding the release up for. I propose this issue be moved to "lightyellow" Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
