]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/atomic/test/Jamfile.v2
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / atomic / test / Jamfile.v2
index de916480a262f66d45f5758d4e03a00ff31732e8..26f4eb4c69760bc9fa496be8dd3adc8521b53091 100644 (file)
@@ -12,12 +12,16 @@ import testing ;
 
 project boost/atomic/test
     : requirements
+      <include>.
       <threading>multi
       <library>/boost/chrono//boost_chrono
       <library>/boost/thread//boost_thread
       <library>/boost/atomic//boost_atomic
       <target-os>windows:<define>BOOST_USE_WINDOWS_H
       <toolset>gcc,<target-os>windows:<linkflags>"-lkernel32"
+      # Variadic macros and empty macro arguments are used by Boost.Preprocessor even in C++03 mode, which makes gcc and clang complain
+      <toolset>gcc:<cxxflags>"-Wno-variadic-macros"
+      <toolset>clang:<cxxflags>"-Wno-c99-extensions"
     ;
 
 test-suite atomic