From 6ef6d3a547616b5ce89d9f466c6c40b324d7be60 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 15 Jul 2004 13:53:44 -0400 Subject: [PATCH] better error warning exceptions --- Source/cmCTest.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index c11adf349c..f19305d581 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -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 };