diff options
author | David Cole <david.cole@kitware.com> | 2009-07-08 18:43:43 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2009-07-08 18:43:43 (GMT) |
commit | f1b3142a2e6ce1ef85b91b220c8e7c11b49bb83c (patch) | |
tree | 03a24a96d6efae99b58decefda66dfbda16839dc /CTestCustom.cmake.in | |
parent | 99e432508eabcfd5ce42ffd9a88029332d178cc2 (diff) | |
download | CMake-f1b3142a2e6ce1ef85b91b220c8e7c11b49bb83c.zip CMake-f1b3142a2e6ce1ef85b91b220c8e7c11b49bb83c.tar.gz CMake-f1b3142a2e6ce1ef85b91b220c8e7c11b49bb83c.tar.bz2 |
COMP: Suppress warnings from the Utilities/cmtar code in dashboard results.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 98f6d6f..5c9b15e 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -14,6 +14,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "Utilities.cmzlib." "Source.CTest.Curl" "Utilities.cmcurl" + "Utilities.cmtar" "Source.CursesDialog.form" "/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist" "Redeclaration of .send..... with a different storage class specifier" |