Author: pgollucci Date: Wed Aug 24 11:18:50 2005 New Revision: 239725 URL: http://svn.apache.org/viewcvs?rev=239725&view=rev Log: its done
Modified: perl/modperl/trunk/todo/bugs_build Modified: perl/modperl/trunk/todo/bugs_build URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/todo/bugs_build?rev=239725&r1=239724&r2=239725&view=diff ============================================================================== --- perl/modperl/trunk/todo/bugs_build (original) +++ perl/modperl/trunk/todo/bugs_build Wed Aug 24 11:18:50 2005 @@ -65,15 +65,6 @@ xs/modperl_xs*.h, when the latter change 'make' won't rebuild the dependant files -* gcc 3.3 (from cvs 2003-07-28) supports a new option: - -Wdeclaration-after-statement, which we need to enable in the - maintainer mode, to catch any declarations after statements, since - by default gcc doesn't complain about them. Probably need to wait - till gcc-3.3.2 and enable it then. - http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?r1=2.639&r2=2.640&f=h -[pgollucci volunteers] - - * Testing: Need to put Philippe's smoking test into the core -- shouldn't forget to test with perlio enabled and disabled