BUG: Updated warning regex to match in more cases.

This commit is contained in:
Brad King 2004-01-09 10:13:18 -05:00
parent a00a1dab0d
commit 5e3b39178b
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ static const char* cmCTestWarningExceptions[] = {
"IceFlush", "IceFlush",
"warning LNK4089: all references to [^ \\t]+ discarded by .OPT:REF", "warning LNK4089: all references to [^ \\t]+ discarded by .OPT:REF",
"ld32: WARNING 85: definition of dataKey in", "ld32: WARNING 85: definition of dataKey in",
"cc: warning 422: Unknown option \"\\+b\\.\" ignored", "cc: warning 422: Unknown option \"\\+b",
"_with_warning_C", "_with_warning_C",
0 0
}; };