Browse Source

ENH: Attempt to handle Intel's remarks. Close Bug #1156 - Better support for icc 'remark'

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

+ 1 - 0
Source/CTest/cmCTestBuildHandler.cxx

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