summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-05-03 16:47:17 (GMT)
committerGitHub <noreply@github.com>2023-05-03 16:47:17 (GMT)
commitf50d67a1bab25d4b8d0d4dfa7c0a333518bcbb43 (patch)
treee1ef65783600ffe551b49f44b1cbc7818d5df456
parent8435e5d2d9885eae23a605581bb97f073fb8b943 (diff)
downloadhdf5-f50d67a1bab25d4b8d0d4dfa7c0a333518bcbb43.zip
hdf5-f50d67a1bab25d4b8d0d4dfa7c0a333518bcbb43.tar.gz
hdf5-f50d67a1bab25d4b8d0d4dfa7c0a333518bcbb43.tar.bz2
Fix Autotools internal-debug=all builds (#2886)
-rw-r--r--src/H5Ocache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ocache.c b/src/H5Ocache.c
index 72261fa..66b092a 100644
--- a/src/H5Ocache.c
+++ b/src/H5Ocache.c
@@ -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