mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
Fix Autotools internal-debug=all builds (#2886)
This commit is contained in:
parent
8435e5d2d9
commit
f50d67a1ba
@ -534,7 +534,7 @@ H5O__cache_notify(H5AC_notify_action_t action, void *_thing)
|
||||
for (u = 0; u < oh->nmesgs; u++)
|
||||
if (oh->mesg[u].chunkno == 0)
|
||||
oh->mesg[u].dirty = FALSE;
|
||||
#ifdef H5O_DEBUG
|
||||
#ifndef NDEBUG
|
||||
/* Reset the number of messages dirtied by decoding */
|
||||
oh->ndecode_dirtied = 0;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user