]> git.saurik.com Git - bison.git/blobdiff - src/getargs.h
Don't use IF_LINT in Bison sources.
[bison.git] / src / getargs.h
index 6f9943548f462fe0469077be8b8e56a5841b8373..20a4143763f074646c4c102842aab7f3d65bec47 100644 (file)
@@ -123,6 +123,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_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.  */