diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-14 03:55:32 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-14 03:55:32 (GMT) |
commit | 98090fe3b08a0ff85ae9bc93218a14017a6f37fe (patch) | |
tree | 8d89e51b2808bd6923beed854df9ae1985a20ead /src/H5ACdbg.c | |
parent | a48c9c4024e7ede0021e1a9d8c1d4c197333e0d0 (diff) | |
parent | 847d675f2743ec420ef6c9efdd6e52ae93b4fe44 (diff) | |
download | hdf5-98090fe3b08a0ff85ae9bc93218a14017a6f37fe.zip hdf5-98090fe3b08a0ff85ae9bc93218a14017a6f37fe.tar.gz hdf5-98090fe3b08a0ff85ae9bc93218a14017a6f37fe.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp2 into develop
Diffstat (limited to 'src/H5ACdbg.c')
-rw-r--r-- | src/H5ACdbg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5ACdbg.c b/src/H5ACdbg.c index 8ca5102..6073288 100644 --- a/src/H5ACdbg.c +++ b/src/H5ACdbg.c @@ -101,6 +101,7 @@ H5AC_stats(const H5F_t *f) FUNC_LEAVE_NOAPI(SUCCEED) } /* H5AC_stats() */ +#ifndef NDEBUG /*------------------------------------------------------------------------- * Function: H5AC_dump_cache @@ -133,6 +134,7 @@ H5AC_dump_cache(const H5F_t *f) done: FUNC_LEAVE_NOAPI(ret_value) } /* H5AC_dump_cache() */ +#endif /* NDEBUG */ /*------------------------------------------------------------------------- |