From e7c4c183f0f7b41f0e0671da1b0c00503e63dcc7 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 17 Apr 2003 13:13:38 -0400 Subject: ENH: Add AIX warerr --- Source/cmCTest.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 2cad4c7..80cee06 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -97,6 +97,7 @@ static const char* cmCTestErrorMatches[] = { "^Fatal", "^Error: ", "^Error ", + "[0-9] ERROR: ", "^\"[^\"]+\", line [0-9]+: [^Ww]", "^cc[^C]*CC: ERROR File = ([^,]+), Line = ([0-9]+)", "^ld([^:])*:([ \\t])*ERROR([^:])*:", @@ -142,6 +143,7 @@ static const char* cmCTestWarningMatches[] = { "WARNING: ", "([^ :]+) : warning", "([^:]+): warning", + "\", line [0-9]+\\.[0-9]+:", 0 }; -- cgit v0.12