]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/assert/test/Jamfile.v2
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / assert / test / Jamfile.v2
index 0e935b637141e3892f559f63050787e2185abcd9..c869ff9bd3e3a3b33ee3a72a2923d189c949a44f 100644 (file)
@@ -14,7 +14,9 @@ project : requirements
   <toolset>clang:<warnings-as-errors>on
   <toolset>gcc:<warnings-as-errors>on
   <toolset>gcc:<cxxflags>-Wshadow
-  <toolset>gcc-4.4.7:<cxxflags>-Wno-sign-compare ;
+  <toolset>gcc-4.4.7:<cxxflags>-Wno-sign-compare
+  <toolset>gcc-4.4:<cxxflags>-Wno-sign-compare
+;
 
 run assert_test.cpp ;
 run current_function_test.cpp
@@ -38,3 +40,5 @@ run current_function_test2.cpp ;
 run source_location_test.cpp ;
 run source_location_test2.cpp ;
 run source_location_test3.cpp ;
+run source_location_test4.cpp ;
+run source_location_test5.cpp ;