Try using boost::long_long_type to avoid warning.

This commit is contained in:
Daniel James
2016-08-29 23:03:06 +01:00
parent 9debeadee7
commit 7434e116a7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ project unordered-test/unordered
<toolset>intel:<warnings>on
# Would be nice to define -Wundef, but I'm getting warnings from
# Boost.Preprocessor on trunk.
<toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion -Wfloat-equal -Wshadow -Wno-long-long"
<toolset>gcc:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion -Wfloat-equal -Wshadow"
<toolset>darwin:<cxxflags>"-pedantic -Wstrict-aliasing -fstrict-aliasing -Wextra -Wsign-promo -Wunused-parameter -Wconversion -Wfloat-equal -Wshadow"
<toolset>clang:<cxxflags>"-pedantic -Wextra -Wno-long-long"
<toolset>clang:<cxxflags>"-pedantic -Wextra"
;
#alias framework : /boost/test//boost_unit_test_framework ;