diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-23 15:10:34 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-23 15:10:34 (GMT) |
commit | af7466b7050dadf0f9bca921d1327bac9faab5ae (patch) | |
tree | 897fea3853f39531ff655a58e3d4b0e718f524ae /CTestCustom.ctest.in | |
parent | ccde6c47d8e668d0c65637484cd35aa0fec09ff7 (diff) | |
download | CMake-af7466b7050dadf0f9bca921d1327bac9faab5ae.zip CMake-af7466b7050dadf0f9bca921d1327bac9faab5ae.tar.gz CMake-af7466b7050dadf0f9bca921d1327bac9faab5ae.tar.bz2 |
ENH: try to get rid of warning on HP
Diffstat (limited to 'CTestCustom.ctest.in')
-rw-r--r-- | CTestCustom.ctest.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in index aec838a..2917c0e 100644 --- a/CTestCustom.ctest.in +++ b/CTestCustom.ctest.in @@ -15,7 +15,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "Source/CTest/Curl" "Utilities/cmcurl" "Source/CursesDialog/form" - "Redeclaration of \"sendpath\" with a different storage class specifier" + "Redeclaration of .sendpath. with a different storage class specifier" "Utilities/cmexpat/" "is not used for resolving any symbol" "remark\\(1209" |