summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-12 18:47:40 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-12 18:47:40 (GMT)
commit911317a2a70449446642f4f3998c48560b10e4a3 (patch)
tree55337ff85c3ded6494c6fdc2d92ba37c2ae54968 /Source/CTest
parentdf1ff57498fb049bd5fc00efe5b1f3f82deb6a44 (diff)
downloadCMake-911317a2a70449446642f4f3998c48560b10e4a3.zip
CMake-911317a2a70449446642f4f3998c48560b10e4a3.tar.gz
CMake-911317a2a70449446642f4f3998c48560b10e4a3.tar.bz2
ENH: Handle more regular expressions
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestBuildHandler.cxx2
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]+):",