ENH: Handle more warnings properly on AIX
This commit is contained in:
parent
b2c06bb0f8
commit
b50691bb49
|
@ -75,7 +75,7 @@ static const char* cmCTestErrorMatches[] = {
|
|||
": Can't find library for",
|
||||
": internal link edit command failed",
|
||||
": Unrecognized option \\`.*\\'",
|
||||
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^W]\\)",
|
||||
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^WI]\\)",
|
||||
"ld: 0706-006 Cannot find or open library file: -l ",
|
||||
"ild: \\(argument error\\) can't find library argument ::",
|
||||
"^could not be found and will not be loaded.",
|
||||
|
@ -119,7 +119,7 @@ static const char* cmCTestWarningMatches[] = {
|
|||
"WARNING: ",
|
||||
"([^ :]+) : warning",
|
||||
"([^:]+): warning",
|
||||
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\(W\\)",
|
||||
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([WI]\\)",
|
||||
"^cxx: Warning:",
|
||||
".*file: .* has no symbols",
|
||||
"([^ :]+):([0-9]+): (Warning|Warnung)",
|
||||
|
|
Loading…
Reference in New Issue