summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-05-03 16:47:17 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2023-05-03 18:26:57 (GMT)
commit0a4181c0be023a3899321c57771458daf60ee9c7 (patch)
treecc3c7f05e0e8f7df050a61d9ec4029dbb2f63ca4
parent7bcbf16abc3aa23b6709199c8c1f0120312aca6a (diff)
downloadhdf5-0a4181c0be023a3899321c57771458daf60ee9c7.zip
hdf5-0a4181c0be023a3899321c57771458daf60ee9c7.tar.gz
hdf5-0a4181c0be023a3899321c57771458daf60ee9c7.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