$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r68774 - trunk/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2011-02-11 01:56:51
Author: viboes
Date: 2011-02-11 01:56:50 EST (Fri, 11 Feb 2011)
New Revision: 68774
URL: http://svn.boost.org/trac/boost/changeset/68774
Log:
Chrono: remove erroneous -Wextra compiler flag for pathscale
Text files modified: 
   trunk/libs/chrono/test/Jamfile.v2 |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2	(original)
+++ trunk/libs/chrono/test/Jamfile.v2	2011-02-11 01:56:50 EST (Fri, 11 Feb 2011)
@@ -26,7 +26,7 @@
         <toolset>darwin:<cxxflags>-Wextra
         <toolset>darwin:<cxxflags>-pedantic
         <toolset>darwin:<cxxflags>-Wno-long-long
-        <toolset>pathscale:<cxxflags>-Wextra
+        #<toolset>pathscale:<cxxflags>-Wextra
         <toolset>pathscale:<cxxflags>-Wno-long-long
         <toolset>pathscale:<cxxflags>-pedantic
         <toolset>clang:<cxxflags>-Wextra
@@ -251,4 +251,4 @@
         :
         [ chrono-run win32_test.cpp  ]
         ;
-        
\ No newline at end of file
+