]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/test/lex/Jamfile
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / spirit / test / lex / Jamfile
index 313a90aa7fdb7b742e65e18d020b472048075b07..6900cf1780a7e4b00a43fd96c91b6dfe3ca8d8cb 100644 (file)
@@ -14,11 +14,13 @@ import path ;
 import testing ;
 
 ###############################################################################
+local 9-11 = 9 10 11 ;
 
 project spirit-lex
     : requirements
         <include>.
         <c++-template-depth>512
+        <known-warnings>hide,<toolset>gcc-$(9-11):<cxxflags>-Wno-deprecated-copy  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94492
     ;
 
 ###############################################################################