mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r27892] Removed redefinition of H5C__HASH_FCN in test/cache_common.h.
This was causing failures on Ada. Tested on: Ubuntu 15.04 (Linux 3.19.0) w/ gcc 4.9.3
This commit is contained in:
parent
fbd659fe6f
commit
5422acf9b2
@ -360,7 +360,6 @@ typedef struct test_entry_t
|
||||
*/
|
||||
|
||||
#define H5C__HASH_MASK ((size_t)(H5C__HASH_TABLE_LEN - 1) << 3)
|
||||
#define H5C__HASH_FCN(x) (int)(((x) & H5C__HASH_MASK) >> 3)
|
||||
|
||||
#define H5C_TEST__PRE_HT_SEARCH_SC(cache_ptr, Addr) \
|
||||
if ( ( (cache_ptr) == NULL ) || \
|
||||
|
Loading…
x
Reference in New Issue
Block a user