mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
Comment out -Wextra because it doesn't work on older versions of gcc.
[SVN r39009]
This commit is contained in:
@@ -8,7 +8,8 @@ import testing ;
|
|||||||
project hash-tests
|
project hash-tests
|
||||||
: requirements
|
: requirements
|
||||||
<toolset>gcc:<define>_GLIBCXX_DEBUG
|
<toolset>gcc:<define>_GLIBCXX_DEBUG
|
||||||
"<toolset>gcc:<cxxflags>-Wsign-promo -Wextra"
|
<toolset>gcc:<cxxflags>-Wsign-promo
|
||||||
|
#<toolset>gcc:<cxxflags>-Wextra
|
||||||
;
|
;
|
||||||
|
|
||||||
test-suite functional/hash
|
test-suite functional/hash
|
||||||
|
Reference in New Issue
Block a user