]> git.saurik.com Git - bison.git/blobdiff - src/scan-skel.l
tests: make deprecation tests more specific
[bison.git] / src / scan-skel.l
index c5b46eb4a94595262470dc349d0ed3a90132a62d..a0d9c9e993f531431eaf8bfa168b0bbe2774686b 100644 (file)
@@ -186,7 +186,7 @@ flag (const char *arg)
   else if (STREQ (arg, "fatal"))
     return fatal;
   else if (STREQ (arg, "note"))
-    return silent;
+    return silent | complaint;
   else if (STREQ (arg, "warn"))
     return Wother;
   else
@@ -226,7 +226,7 @@ at_complain (int argc, char *argv[], char **out_namep, int *out_linenop)
     indent += SUB_INDENT;
   else
     indent = 0;
-  complain_args (locp, w, &indent, argc - 3, argv + 3);
+  complain_args (locp, w, &indent, argc - 4, argv + 4);
   if (w & silent)
     indent -= SUB_INDENT;
 }