summaryrefslogtreecommitdiff
path: root/CTestCustom.cmake.in
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-06-08 10:43:15 -0400
committerDavid Cole <david.cole@kitware.com>2010-06-08 10:43:15 -0400
commit0033245e2fe8c418fb2df09ec62e46fc2ac92b6b (patch)
tree80e641f394019ede47a9e451e896eb1d1a5acbea /CTestCustom.cmake.in
parent6f9bb934d41912ee0e9beb6a34edecf5667f0fe5 (diff)
downloadcmake-0033245e2fe8c418fb2df09ec62e46fc2ac92b6b.tar.gz
Mask out warnings on ferrari dashboard.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 61740028ab..ca8f9862e9 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -39,6 +39,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"warning:.*is.*very unsafe.*consider using.*"
"warning:.*is.*misused, please use.*"
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
+ "cc-3968 CC: WARNING File.*/usr/include/CC/fstream"
)
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")