ENH: Add warning exception for VTK type warning blocking

This commit is contained in:
Andy Cedilnik 2003-11-06 16:38:32 -05:00
parent 7ed344e9bb
commit 2bb8d871cb
1 changed files with 1 additions and 0 deletions

View File

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