mirror of
https://github.com/boostorg/endian.git
synced 2025-08-02 05:54:31 +02:00
Update Jamfile handling of warnings
This commit is contained in:
@@ -10,7 +10,21 @@
|
|||||||
|
|
||||||
import testing ;
|
import testing ;
|
||||||
|
|
||||||
project : default-build <warnings>all <warnings-as-errors>on ;
|
project
|
||||||
|
: default-build
|
||||||
|
|
||||||
|
<warnings>all
|
||||||
|
|
||||||
|
: requirements
|
||||||
|
|
||||||
|
<toolset>msvc:<warnings-as-errors>on
|
||||||
|
|
||||||
|
<toolset>gcc:<cxxflags>-Wno-long-long
|
||||||
|
<toolset>gcc:<warnings-as-errors>on
|
||||||
|
|
||||||
|
<toolset>clang:<cxxflags>-Wno-long-long
|
||||||
|
<toolset>clang:<warnings-as-errors>on
|
||||||
|
;
|
||||||
|
|
||||||
run buffer_test.cpp ;
|
run buffer_test.cpp ;
|
||||||
run buffer_test.cpp : : : <define>BOOST_ENDIAN_NO_INTRINSICS : buffer_test_ni ;
|
run buffer_test.cpp : : : <define>BOOST_ENDIAN_NO_INTRINSICS : buffer_test_ni ;
|
||||||
|
Reference in New Issue
Block a user