Better AIX detection

This commit is contained in:
Andy Cedilnik 2003-04-18 09:48:10 -04:00
parent 333a007d31
commit a1ca5004bd
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,7 @@ static const char* cmCTestErrorMatches[] = {
": Invalid loader fixup for symbol",
": internal link edit command failed",
": Unrecognized option \\`.*\\'",
"\", line [0-9]+\\.[0-9]+:",
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([SI]\\)",
0
};
@ -144,6 +144,7 @@ static const char* cmCTestWarningMatches[] = {
"WARNING: ",
"([^ :]+) : warning",
"([^:]+): warning",
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([W]\\)",
0
};