]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/features/warnings-feature.jam
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / warnings-feature.jam
index 25ebe357663d66ca0d793b52cb5ec1ed24aebe0f..577a77282c2b5e0f6ab4902e924191ca9b7cdc23 100644 (file)
@@ -9,9 +9,11 @@ import feature ;
 
 feature.feature warnings
     :
-    on         # Enable default/"reasonable" warning level for the tool.
-    all        # Enable all possible warnings issued by the tool.
-    off        # Disable all warnings issued by the tool.
+    on          # Enable default/"reasonable" warning level for the tool.
+    all         # Enable all possible warnings issued by the tool.
+    extra       # Enable extra, possibly conflicting, warnings issued by the tool.
+    pedantic    # Enable likely inconsequential, and conflicting, warnings.
+    off         # Disable all warnings issued by the tool.
     : incidental propagated ;
 
 feature.feature warnings-as-errors