]> git.saurik.com Git - bison.git/blobdiff - src/complain.h
regen
[bison.git] / src / complain.h
index 4239bf6db1f3732a345b9f0b6f5f39b43c2cb4fd..0d81503df7eb2244d848660a50a86982d930e0c1 100644 (file)
@@ -98,7 +98,8 @@ typedef enum
     no_caret          = 1 << 14, /**< Do not display caret location.  */
 
     /**< All above warnings.  */
-    Wall              = ~complaint & ~fatal & ~silent
+    Weverything       = ~complaint & ~fatal & ~silent,
+    Wall              = Weverything & ~Wyacc
   } warnings;
 
 /** Whether the warnings of \a flags are all unset.