]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/function/test/Jamfile.v2
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / function / test / Jamfile.v2
index b072b5e6cd7a1b01504c7862b4129b756b0cf619..ae44914ded7cc15b21b3607a032fd9d9947118c2 100644 (file)
@@ -9,6 +9,15 @@
 
 import testing ;
 
+project
+  : default-build
+    <warnings>extra
+  : requirements
+    <toolset>msvc:<warnings-as-errors>on
+    <toolset>gcc:<warnings-as-errors>on
+    <toolset>clang:<warnings-as-errors>on
+  ;
+
 run function_test.cpp ;
 # /usr/include/c++/4.4/bits/shared_ptr.h:146: error: cannot use typeid with -fno-rtti
 run function_test.cpp : : : <rtti>off <toolset>gcc-4.4.7,<cxxstd>0x:<build>no : function_test_no_rtti ;