better error warning exceptions
This commit is contained in:
parent
871db9760f
commit
6ef6d3a547
|
@ -160,6 +160,7 @@ static const char* cmCTestErrorExceptions[] = {
|
||||||
"makefile:",
|
"makefile:",
|
||||||
"Makefile:",
|
"Makefile:",
|
||||||
":[ \\t]+Where:",
|
":[ \\t]+Where:",
|
||||||
|
"([^ :]+):([0-9]+): Warning",
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -178,6 +179,7 @@ static const char* cmCTestWarningMatches[] = {
|
||||||
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\(W\\)",
|
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\(W\\)",
|
||||||
"^cxx: Warning:",
|
"^cxx: Warning:",
|
||||||
".*file: .* has no symbols",
|
".*file: .* has no symbols",
|
||||||
|
"([^ :]+):([0-9]+): Warning",
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue