From 84768fa69e3a8ad388e483c1710f6a11e3f3e38a Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 22 Sep 1999 00:58:48 +0000 Subject: Another case for compiler error. --- Tools/portbuild/scripts/processlogs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/portbuild/scripts/processlogs b/Tools/portbuild/scripts/processlogs index f45237664e0e..57085d32958f 100755 --- a/Tools/portbuild/scripts/processlogs +++ b/Tools/portbuild/scripts/processlogs @@ -66,7 +66,7 @@ else fi elif grep -q "cd: can't cd to" $1; then reason="NFS"; tag="nfs" - elif grep -qE '(parse error|too (many|few) arguments to|argument.*doesn.*prototype|undeclared \(first use this function\))' $1; then + elif grep -qE '(parse error|too (many|few) arguments to|argument.*doesn.*prototype|conflicting types for|undeclared \(first use in this function\))' $1; then reason="compiler error"; tag="cc" elif grep -qE '(undefined reference to|cannot open -l.*: No such file)' $1; then reason="linker error"; tag="ld" -- cgit v1.2.3