summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-06-10 20:02:33 (GMT)
committerBrad King <brad.king@kitware.com>2010-06-10 20:02:33 (GMT)
commit7158b7f26596bd4325ae569bd6fe723ea15511ee (patch)
tree17442af24a18a932a174494b2f563ba640adba82
parent3f929475246a3d89ca5d4c5db301d1c4705d0d69 (diff)
parentf9f46f19ee43f69956035a809e6668f96601f7c3 (diff)
downloadCMake-7158b7f26596bd4325ae569bd6fe723ea15511ee.zip
CMake-7158b7f26596bd4325ae569bd6fe723ea15511ee.tar.gz
CMake-7158b7f26596bd4325ae569bd6fe723ea15511ee.tar.bz2
Merge branch 'suppress-sgi-warning-3968'
-rw-r--r--CTestCustom.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 6174002..d5789ed 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.*" # "implicit" truncation by static_cast
)
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")