|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r68773 - trunk/libs/ratio/test
From: vicente.botet_at_[hidden]
Date: 2011-02-11 01:55:37
Author: viboes
Date: 2011-02-11 01:55:36 EST (Fri, 11 Feb 2011)
New Revision: 68773
URL: http://svn.boost.org/trac/boost/changeset/68773
Log:
Ratio: remove erroneous -Wextra compiler flag
Text files modified:
trunk/libs/ratio/test/Jamfile.v2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/ratio/test/Jamfile.v2
==============================================================================
--- trunk/libs/ratio/test/Jamfile.v2 (original)
+++ trunk/libs/ratio/test/Jamfile.v2 2011-02-11 01:55:36 EST (Fri, 11 Feb 2011)
@@ -34,7 +34,7 @@
<toolset>darwin:<cxxflags>-Wextra
<toolset>darwin:<cxxflags>-Wno-long-long
<toolset>darwin:<cxxflags>-pedantic
- <toolset>pathscale:<cxxflags>-Wextra
+ #<toolset>pathscale:<cxxflags>-Wextra
<toolset>pathscale:<cxxflags>-Wno-long-long
<toolset>pathscale:<cxxflags>-pedantic
<toolset>clang:<cxxflags>-Wextra
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