mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r19207] Description:
Switch from using "UINT16_MAX" to "64 * 1024" for assert macro. Tested on: None, just eyeballed.
This commit is contained in:
parent
c756d89cf8
commit
d9a305afb7
@ -2795,7 +2795,7 @@ test_select_hyper_checker_board_dr__run_test(int test_num, const uint16_t *cube_
|
||||
* hence the following assertion. Delete it if we convert
|
||||
* to 32 bit values.
|
||||
*/
|
||||
HDassert(large_cube_size < (size_t)(UINT16_MAX));
|
||||
HDassert(large_cube_size < (size_t)(64 * 1024));
|
||||
|
||||
|
||||
/* Allocate & initialize buffers */
|
||||
|
Loading…
Reference in New Issue
Block a user