diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-07-23 03:24:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-07-23 03:24:36 (GMT) |
commit | 24112b0112517b3fb6063e4818b245b530c849c0 (patch) | |
tree | abd083bdda4fa419de094e3038cf7873dcedf1ae /src | |
parent | 58ed885d1314d2c971c106e70c9271df3a70ebc9 (diff) | |
download | hdf5-24112b0112517b3fb6063e4818b245b530c849c0.zip hdf5-24112b0112517b3fb6063e4818b245b530c849c0.tar.gz hdf5-24112b0112517b3fb6063e4818b245b530c849c0.tar.bz2 |
[svn-r12492] Fix compile error for non-debug builds
Diffstat (limited to 'src')
-rw-r--r-- | src/H5HFsection.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5HFsection.c b/src/H5HFsection.c index b12fc2b..623d547 100644 --- a/src/H5HFsection.c +++ b/src/H5HFsection.c @@ -761,10 +761,8 @@ static htri_t H5HF_sect_single_can_shrink(H5FS_section_info_t *_sect, void *_udata) { H5HF_free_section_t *sect = (H5HF_free_section_t *)_sect; /* Fractal heap free section */ -#ifndef NDEBUG H5HF_add_ud1_t *udata = (H5HF_add_ud1_t *)_udata; /* User callback data */ H5HF_hdr_t *hdr = udata->hdr; /* Fractal heap header */ -#endif /* NDEBUG */ size_t dblock_size; /* Section's direct block's size */ size_t dblock_overhead; /* Direct block's overhead */ htri_t ret_value = FALSE; /* Return value */ |