]> git.saurik.com Git - bison.git/blobdiff - src/getargs.h
Add -Wother so -Wnone suppresses all warnings.
[bison.git] / src / getargs.h
index 6f9943548f462fe0469077be8b8e56a5841b8373..dc92584cb58f10d063c0ffb79d0389a8a9b0de53 100644 (file)
@@ -123,6 +123,7 @@ 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_all              = ~warnings_error /**< All above warnings.  */
   };
 /** What warnings are issued.  */