From f50d67a1bab25d4b8d0d4dfa7c0a333518bcbb43 Mon Sep 17 00:00:00 2001 From: jhendersonHDF Date: Wed, 3 May 2023 11:47:17 -0500 Subject: Fix Autotools internal-debug=all builds (#2886) --- src/H5Ocache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12