diff options
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/cmCTestBuildHandler.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestBuildHandler.cxx b/Source/CTest/cmCTestBuildHandler.cxx index 8d18371..47c708b 100644 --- a/Source/CTest/cmCTestBuildHandler.cxx +++ b/Source/CTest/cmCTestBuildHandler.cxx @@ -99,6 +99,7 @@ static const char* cmCTestErrorExceptions[] = { "candidates are:", ": warning", ": \\(Warning\\)", + ": note", "makefile:", "Makefile:", ":[ \\t]+Where:", @@ -109,6 +110,7 @@ static const char* cmCTestErrorExceptions[] = { static const char* cmCTestWarningMatches[] = { "([^ :]+):([0-9]+): warning:", + "([^ :]+):([0-9]+): note:", "^cc[^C]*CC: WARNING File = ([^,]+), Line = ([0-9]+)", "^ld([^:])*:([ \\t])*WARNING([^:])*:", "([^:]+): warning ([0-9]+):", |