diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-09-08 15:55:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-09-08 15:55:59 (GMT) |
commit | 1c76ee256377f3fe47a793ca27fccf04cea1a857 (patch) | |
tree | f4957f7e13f1947309242eaeb1a9c86c5c0fcf96 /config | |
parent | ad0134f2a6bbe271302b36856d6b9e2e0898264c (diff) | |
download | hdf5-1c76ee256377f3fe47a793ca27fccf04cea1a857.zip hdf5-1c76ee256377f3fe47a793ca27fccf04cea1a857.tar.gz hdf5-1c76ee256377f3fe47a793ca27fccf04cea1a857.tar.bz2 |
[svn-r19357] Add POSIX warning to report ignore list.
Diffstat (limited to 'config')
-rwxr-xr-x | config/cmake/CTestCustom.ctest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.ctest b/config/cmake/CTestCustom.ctest index c1538c0..acb1918 100755 --- a/config/cmake/CTestCustom.ctest +++ b/config/cmake/CTestCustom.ctest @@ -4,6 +4,7 @@ SET (CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} "H5detect.c.[0-9]+.[ ]*: warning C4090:" "testhdf5.h.[0-9]+.[ ]*: warning C4005:" + "POSIX name for this item is deprecated" "disabling jobserver mode" ) |