Lines Matching refs:error
1237 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous/) {
1647 # The whole of a #error is a string.
1648 } elsif ($res =~ /^.\s*\#\s*(?:error|warning)\s+(.*)\b/) {
1650 $res =~ s@(\#\s*(?:error|warning)\s+).*@$1$clean@;
2875 #make up the handle for any error we report on this line
4891 # ENOTSUPP is not a standard error code and should be avoided in new patches.
4896 "ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP\n" . $herecurr) &&
7365 "Using comparison to $otype is error prone\n" . $herecurr);
7368 ## "Using comparison to $otype is error prone. Perhaps use '${lead}${op}${arg}${trail}'\n" . $herecurr);
7518 "Exporting world writable files is usually an error. Consider more restrictive permissions.\n" . $herecurr);
7612 "Exporting writable files is usually an error. Consider more restrictive permissions.\n" . "$here\n" . $stat_real);