|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65075 - sandbox/chrono/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2010-08-28 04:20:25
Author: viboes
Date: 2010-08-28 04:20:20 EDT (Sat, 28 Aug 2010)
New Revision: 65075
URL: http://svn.boost.org/trac/boost/changeset/65075
Log:
toward warning free code
Text files modified:
sandbox/chrono/libs/chrono/test/Jamfile.v2 | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
Modified: sandbox/chrono/libs/chrono/test/Jamfile.v2
==============================================================================
--- sandbox/chrono/libs/chrono/test/Jamfile.v2 (original)
+++ sandbox/chrono/libs/chrono/test/Jamfile.v2 2010-08-28 04:20:20 EDT (Sat, 28 Aug 2010)
@@ -20,14 +20,20 @@
: requirements
<os>LINUX:<threading>multi
#<library>/boost/chrono//boost_chrono
- <library>/boost/system//boost_system
<library>../build//boost_chrono
+ <library>/boost/system//boost_system
#<library>/boost/thread//boost_thread/<link>shared
# uncomment the line above if you build outside the Boost release
#<include>$(BOOST_ROOT)
# uncomment the line above if you build outside the Boost release
#<include>../../..
<toolset>msvc:<asynch-exceptions>on
+ <define>BOOST_ENABLE_WARNINGS
+ <warnings>all
+ <toolset>gcc:<cxxflags>-Wextra
+ <toolset>gcc:<cxxflags>-Wno-long-long
+ <toolset>gcc-mingw-4.5.0:<cxxflags>-fdiagnostics-show-option
+ <toolset>msvc:<cxxflags>/wd4127
;
test-suite "common_type"
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