Boost logo

Boost-Commit :

From: hartmut.kaiser_at_[hidden]
Date: 2007-11-15 08:27:24


Author: hkaiser
Date: 2007-11-15 08:27:24 EST (Thu, 15 Nov 2007)
New Revision: 41105
URL: http://svn.boost.org/trac/boost/changeset/41105

Log:
Suppressed more warnings during build of Wave.
Text files modified:
   trunk/libs/wave/build/Jamfile.v2 | 8 +++++++-
   1 files changed, 7 insertions(+), 1 deletions(-)

Modified: trunk/libs/wave/build/Jamfile.v2
==============================================================================
--- trunk/libs/wave/build/Jamfile.v2 (original)
+++ trunk/libs/wave/build/Jamfile.v2 2007-11-15 08:27:24 EST (Thu, 15 Nov 2007)
@@ -50,7 +50,13 @@
     {
         requirements += <warnings>off ;
     }
+
+ if $(source) in instantiate_re2c_lexer instantiate_re2c_lexer_str
+ {
+ requirements += <toolset>msvc-8.0:<define>_CRT_SECURE_NO_WARNINGS ;
+ }
+
     obj $(source) : $(source).cpp : $(requirements) ;
 }
 
-boost-install boost_wave ;
\ No newline at end of file
+boost-install boost_wave ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk