diff options
Diffstat (limited to 'src/H5Distore.c')
-rw-r--r-- | src/H5Distore.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Distore.c b/src/H5Distore.c index eeed99c..25b81b2 100644 --- a/src/H5Distore.c +++ b/src/H5Distore.c @@ -835,7 +835,9 @@ herr_t H5F_istore_create(H5F_t *f, H5O_layout_t *layout /*out */ ) { H5F_istore_ud1_t udata; +#ifndef NDEBUG int i; +#endif FUNC_ENTER(H5F_istore_create, FAIL); |