ENH: Handle more REMARKS on SGI

This commit is contained in:
Andy Cedilnik 2004-10-26 10:24:31 -04:00
parent 16e86a3ea9
commit d6c7de2c13
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ static const char* cmCTestWarningMatches[] = {
"([^ :]+):([0-9]+): Warning",
"\\([0-9]*\\): remark #[0-9]*",
"\".*\", line [0-9]+: remark\\([0-9]*\\):",
"cc-[0-9]* CC: REMARK File = .*, Line = [0-9]*",
0
};