Browse Source

ENH: Add regular expression for remarks on IRIX

Andy Cedilnik 21 years ago
parent
commit
eb6fb9eb8e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/CTest/cmCTestBuildHandler.cxx

+ 1 - 0
Source/CTest/cmCTestBuildHandler.cxx

@@ -108,6 +108,7 @@ static const char* cmCTestWarningMatches[] = {
   ".*file: .* has no symbols",
   "([^ :]+):([0-9]+): Warning",
   "\\([0-9]*\\): remark #[0-9]*",
+  "\".*\", line [0-9]+: remark([0-9]):",
   0
 };