summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-11-06 21:38:32 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-11-06 21:38:32 (GMT)
commit2bb8d871cb160710cf38ad196e1ae5d3313557d2 (patch)
tree5659e95403d5d17dd3e413b7d547e61c8af4d35a /Source
parent7ed344e9bb23d123c48ca4360b44ba868fe8ef7b (diff)
downloadCMake-2bb8d871cb160710cf38ad196e1ae5d3313557d2.zip
CMake-2bb8d871cb160710cf38ad196e1ae5d3313557d2.tar.gz
CMake-2bb8d871cb160710cf38ad196e1ae5d3313557d2.tar.bz2
ENH: Add warning exception for VTK type warning blocking
Diffstat (limited to 'Source')
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index cb81a90..114ba2d 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -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
};