Fix Autotools internal-debug=all builds (#2886)

This commit is contained in:
jhendersonHDF 2023-05-03 11:47:17 -05:00 committed by GitHub
parent 8435e5d2d9
commit f50d67a1ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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