diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-07-25 12:27:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-07-25 12:27:07 (GMT) |
commit | 070e199f9e9af6bf670c287be1536d6879852956 (patch) | |
tree | ee9d1f6e02c09a77244b7134b3d6090cc110d116 | |
parent | be2880a9fd92551f7b2b970d72d082021d6fa26c (diff) | |
download | CMake-070e199f9e9af6bf670c287be1536d6879852956.zip CMake-070e199f9e9af6bf670c287be1536d6879852956.tar.gz CMake-070e199f9e9af6bf670c287be1536d6879852956.tar.bz2 |
ENH: try to get rid of clock skew warning
-rw-r--r-- | CTestCustom.ctest.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in index ffc1945..a61cf2c 100644 --- a/CTestCustom.ctest.in +++ b/CTestCustom.ctest.in @@ -19,6 +19,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "Redeclaration of .send..... with a different storage class specifier" "Utilities/cmexpat/" "is not used for resolving any symbol" + "Clock skew detected" "remark\\(1209" "stl_deque.h:1051" ) |