|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2007-08-27 13:59:54
Author: danieljames
Date: 2007-08-27 13:59:54 EDT (Mon, 27 Aug 2007)
New Revision: 39009
URL: http://svn.boost.org/trac/boost/changeset/39009
Log:
Comment out -Wextra because it doesn't work on older versions of gcc.
Text files modified:
trunk/libs/functional/hash/test/Jamfile.v2 | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/libs/functional/hash/test/Jamfile.v2
==============================================================================
--- trunk/libs/functional/hash/test/Jamfile.v2 (original)
+++ trunk/libs/functional/hash/test/Jamfile.v2 2007-08-27 13:59:54 EDT (Mon, 27 Aug 2007)
@@ -8,7 +8,8 @@
project hash-tests
: requirements
<toolset>gcc:<define>_GLIBCXX_DEBUG
- "<toolset>gcc:<cxxflags>-Wsign-promo -Wextra"
+ <toolset>gcc:<cxxflags>-Wsign-promo
+ #<toolset>gcc:<cxxflags>-Wextra
;
test-suite functional/hash
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