ENH: Add AIX warerr

This commit is contained in:
Andy Cedilnik 2003-04-17 13:13:38 -04:00
parent b14eb941d3
commit e7c4c183f0
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,7 @@ static const char* cmCTestErrorMatches[] = {
"^Fatal",
"^Error: ",
"^Error ",
"[0-9] ERROR: ",
"^\"[^\"]+\", line [0-9]+: [^Ww]",
"^cc[^C]*CC: ERROR File = ([^,]+), Line = ([0-9]+)",
"^ld([^:])*:([ \\t])*ERROR([^:])*:",
@ -142,6 +143,7 @@ static const char* cmCTestWarningMatches[] = {
"WARNING: ",
"([^ :]+) : warning",
"([^:]+): warning",
"\", line [0-9]+\\.[0-9]+:",
0
};