stas        2003/09/23 13:36:43

  Modified:    .        STATUS
  Log:
  add a link to the gcc change that ads a new flag:
  -Wdeclaration-after-statement
  
  Revision  Changes    Path
  1.64      +4 -2      modperl-2.0/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/STATUS,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -u -r1.63 -r1.64
  --- STATUS    20 Sep 2003 03:28:13 -0000      1.63
  +++ STATUS    23 Sep 2003 20:36:43 -0000      1.64
  @@ -239,7 +239,9 @@
   * 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.
  +  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
   
   * Testing:
     Need to put Philippe's smoking test into the core
  
  
  

Reply via email to