ENH: Attempt to handle Intel's remarks. Close Bug #1156 - Better support for icc 'remark'
This commit is contained in:
parent
2e58daf5be
commit
09d01119c1
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue