diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-13 13:46:56 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-13 13:46:56 (GMT) |
commit | 6db9f9b483fba5a329d4a3818f4d866aa3d82136 (patch) | |
tree | 7ebca2b0a2d427e32498e9862acffb8b3374e65a /CTestCustom.cmake.in | |
parent | a875845be90ae0f04577215ac8859226fe95c7bc (diff) | |
download | CMake-6db9f9b483fba5a329d4a3818f4d866aa3d82136.zip CMake-6db9f9b483fba5a329d4a3818f4d866aa3d82136.tar.gz CMake-6db9f9b483fba5a329d4a3818f4d866aa3d82136.tar.bz2 |
get rid of the rest of the libarchive warnings by not seeing them..
Diffstat (limited to 'CTestCustom.cmake.in')
-rw-r--r-- | CTestCustom.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 343f9b0..386ad11 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -16,7 +16,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "Source.CursesDialog.form" "Utilities.cmcurl" "Utilities.cmexpat." - "Utilities.cmtar" + "Utilities.cmlibarchive" "/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" |