ENH: Add regular expression for remarks on IRIX

This commit is contained in:
Andy Cedilnik 2004-10-19 13:25:10 -04:00
parent e9b6e65cbd
commit eb6fb9eb8e
1 changed files with 1 additions and 0 deletions

View File

@ -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
};