diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-06-11 19:05:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-06-11 19:05:36 (GMT) |
commit | 26ef64312a5239e27918206f6f26da3b4a6125cd (patch) | |
tree | e332b6970512253ee7f567c6a98639c3591c586f /config/cmake/CTestCustom.cmake | |
parent | 6ca79dd149087b27d2b91e38942e5b5f706ae1a3 (diff) | |
download | hdf5-26ef64312a5239e27918206f6f26da3b4a6125cd.zip hdf5-26ef64312a5239e27918206f6f26da3b4a6125cd.tar.gz hdf5-26ef64312a5239e27918206f6f26da3b4a6125cd.tar.bz2 |
[svn-r23754] HDFFV-8451/8453: add options to enable more warning messages.
Tested: local linux
Diffstat (limited to 'config/cmake/CTestCustom.cmake')
-rw-r--r-- | config/cmake/CTestCustom.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index d59fc3a..c16f9a6 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -1,4 +1,4 @@ -SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 1500) +SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000) SET (CTEST_CUSTOM_WARNING_EXCEPTION ${CTEST_CUSTOM_WARNING_EXCEPTION} |