]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/pathscale.jam
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / tools / build / src / tools / pathscale.jam
index 94abcf1c832c9e4ca470c77e8762e5427a588dc9..1eadb444c1dfe626d3d7ef978687623995f3a9b9 100644 (file)
@@ -83,7 +83,9 @@ flags pathscale.compile OPTIONS <inlining>full : -inline ;
 
 flags pathscale.compile OPTIONS <warnings>off           : -woffall ;
 flags pathscale.compile OPTIONS <warnings>on            : -Wall ;
-flags pathscale.compile OPTIONS <warnings>all           : -Wall -pedantic ;
+flags pathscale.compile OPTIONS <warnings>all           : -Wall ;
+flags pathscale.compile OPTIONS <warnings>extra         : -Wall -Wextra ;
+flags pathscale.compile OPTIONS <warnings>pedantic      : -Wall -Wextra -pedantic ;
 flags pathscale.compile OPTIONS <warnings-as-errors>on  : -Werror ;
 
 flags pathscale.compile OPTIONS <debug-symbols>on : -ggdb ;