Comment out -Wextra because it doesn't work on older versions of gcc.

[SVN r39009]
This commit is contained in:
Daniel James
2007-08-27 17:59:54 +00:00
parent 90c422e846
commit 58285d414e

View File

@@ -8,7 +8,8 @@ import testing ;
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