better error warning exceptions

This commit is contained in:
Ken Martin 2004-07-15 13:53:44 -04:00
parent 871db9760f
commit 6ef6d3a547
1 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,7 @@ static const char* cmCTestErrorExceptions[] = {
"makefile:",
"Makefile:",
":[ \\t]+Where:",
"([^ :]+):([0-9]+): Warning",
0
};
@ -178,6 +179,7 @@ static const char* cmCTestWarningMatches[] = {
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\(W\\)",
"^cxx: Warning:",
".*file: .* has no symbols",
"([^ :]+):([0-9]+): Warning",
0
};