mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
Removed NDEBUG guards from H5AC test functions.
H5AC_dump_cache() is now used in test/cache_tagging.c and the underlying H5C functions are not protected by NDEBUG guards.
This commit is contained in:
parent
cc6eb939f4
commit
652e02db4e
@ -72,7 +72,6 @@
|
||||
/*******************/
|
||||
|
||||
|
||||
#ifndef NDEBUG /* debugging functions */
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
* Function: H5AC_stats
|
||||
@ -134,7 +133,6 @@ H5AC_dump_cache(const H5F_t *f)
|
||||
done:
|
||||
FUNC_LEAVE_NOAPI(ret_value)
|
||||
} /* H5AC_dump_cache() */
|
||||
#endif /* NDEBUG */
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
|
@ -419,10 +419,8 @@ H5_DLL herr_t H5AC_add_candidate(H5AC_t * cache_ptr, haddr_t addr);
|
||||
#endif /* H5_HAVE_PARALLEL */
|
||||
|
||||
/* Debugging functions */
|
||||
#ifndef NDEBUG
|
||||
H5_DLL herr_t H5AC_stats(const H5F_t *f);
|
||||
H5_DLL herr_t H5AC_dump_cache(const H5F_t *f);
|
||||
#endif /* NDEBUG */ /* end debugging functions */
|
||||
|
||||
#endif /* !_H5ACprivate_H */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user