Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10123

Modified Files:
      Tag: RC_1_34_0
        gcc.jam 
Log Message:
Merge: Use -Winvalid-pch

Index: gcc.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/gcc.jam,v
retrieving revision 1.63.2.13
retrieving revision 1.63.2.14
diff -u -d -r1.63.2.13 -r1.63.2.14
--- gcc.jam     14 Oct 2006 21:41:23 -0000      1.63.2.13
+++ gcc.jam     23 Oct 2006 19:05:44 -0000      1.63.2.14
@@ -199,7 +199,7 @@
 
         # return result of base class and pch-file property as 
usage-requirements
         return
-            [ property-set.create <pch-file>$(pch-file) ]
+            [ property-set.create <pch-file>$(pch-file) <cflags>-Winvalid-pch ]
             $(pch-file)
           ;
     }


-------------------------------------------------------------------------
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
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to