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

This commit is contained in:
Andy Cedilnik 2004-09-16 17:13:59 -04:00
parent 2e58daf5be
commit 09d01119c1
1 changed files with 1 additions and 0 deletions

View File

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