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