scan-skel.l: consider m4 notes as related to "complaint" errors
authorTheophile Ranquet <ranquet@lrde.epita.fr>
Fri, 26 Oct 2012 18:13:44 +0000 (18:13 +0000)
committerTheophile Ranquet <ranquet@lrde.epita.fr>
Fri, 26 Oct 2012 18:28:37 +0000 (18:28 +0000)
* src/scan-skel.l (flag): Here.

src/scan-skel.l

index c1e7b65..a0d9c9e 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