mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Fix for H5EA debug package when built in release mode.
This commit is contained in:
parent
57f1a2124c
commit
911b1ca67f
@ -292,7 +292,9 @@ H5EA__test_decode(const void *_raw, void *_elmt, size_t nelmts, void *_ctx))
|
||||
HDassert(raw);
|
||||
HDassert(elmt);
|
||||
HDassert(nelmts);
|
||||
#ifdef H5EA_DEBUG
|
||||
HDassert(H5EA__TEST_BOGUS_VAL == ctx->bogus);
|
||||
#endif /* H5EA_DEBUG */
|
||||
|
||||
/* Decode raw elements into native elements */
|
||||
while(nelmts) {
|
||||
|
Loading…
Reference in New Issue
Block a user