stas 2003/08/22 13:04:53
Modified: . STATUS
Log:
* 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.
Submitted by: gozer
Revision Changes Path
1.59 +6 -1 modperl-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/modperl-2.0/STATUS,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- STATUS 19 Aug 2003 17:42:37 -0000 1.58
+++ STATUS 22 Aug 2003 20:04:53 -0000 1.59
@@ -231,6 +231,11 @@
Open Issues or Core Enhancements:
---------------------------------
+* 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.
+
* Testing:
Need to put Philippe's smoking test into the core
-- shouldn't forget to test with perlio enabled and disabled