]> git.saurik.com Git - bison.git/blobdiff - src/getargs.h
Add -Wconflicts-sr and -Wconflicts-rr.
[bison.git] / src / getargs.h
index 1a9d913df52b48b4aa81dc4a5ba11e60a87e9309..9c505b070498b18b97b5306c3d5b3d6457306192 100644 (file)
@@ -119,7 +119,9 @@ enum warnings
     warnings_error            = 1 << 0, /**< Warnings are treated as errors.  */
     warnings_midrule_values   = 1 << 1, /**< Unset or unused midrule values.  */
     warnings_yacc             = 1 << 2, /**< POSIXME.  */
-    warnings_other            = 1 << 3, /**< All other warnings.  */
+    warnings_conflicts_sr     = 1 << 3, /**< S/R conflicts.  */
+    warnings_conflicts_rr     = 1 << 4, /**< R/R conflicts.  */
+    warnings_other            = 1 << 5, /**< All other warnings.  */
     warnings_all              = ~warnings_error /**< All above warnings.  */
   };
 /** What warnings are issued.  */