diff options
author | David Cole <david.cole@kitware.com> | 2009-07-10 13:53:50 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2009-07-10 13:53:50 (GMT) |
commit | f673294a36e55ef2d8ee48e045d51440c0bd702e (patch) | |
tree | 6226c21f52a3a6b7415321931c2c72385d177a04 /CTestCustom.cmake.in | |
parent | 5c4208f50e30a601b0cddd238232ca3f0db833af (diff) | |
download | CMake-f673294a36e55ef2d8ee48e045d51440c0bd702e.zip CMake-f673294a36e55ef2d8ee48e045d51440c0bd702e.tar.gz CMake-f673294a36e55ef2d8ee48e045d51440c0bd702e.tar.bz2 |
COMP: Mask out shadowed declaration warnings that always follow already masked Utilities/cmtar warnings.
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 5c9b15e..6d167f6 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -13,12 +13,13 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "stl_deque.h:479" "Utilities.cmzlib." "Source.CTest.Curl" + "Source.CursesDialog.form" "Utilities.cmcurl" + "Utilities.cmexpat." "Utilities.cmtar" - "Source.CursesDialog.form" + "/usr/include.*warning.*shadowed declaration is here" "/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist" "Redeclaration of .send..... with a different storage class specifier" - "Utilities.cmexpat." "is not used for resolving any symbol" "Clock skew detected" "remark\\(1209" |