summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-06-26 06:26:13 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-06-26 06:26:13 (GMT)
commit1bd478b1dcbde9776a40e121ade81700d518072b (patch)
treebbd1037f4b32b823b1d8226cee655582cbc8002d /tools/lib
parent339d98115efd6f7ab9655c2bca2fbcf19207cb5d (diff)
downloadhdf5-1bd478b1dcbde9776a40e121ade81700d518072b.zip
hdf5-1bd478b1dcbde9776a40e121ade81700d518072b.tar.gz
hdf5-1bd478b1dcbde9776a40e121ade81700d518072b.tar.bz2
[svn-r23826] Bug HDFFV-8469: C++ comments in C code.
Found and removed two more "//" comments. Tested: in Koala by $ env CFLAGS="-ansi" ../hdf5/bin/buildhdf5 -fortran -cxx -config # enable fortran and cxx, configure only $ make AM_CFLAGS=-ansi # compile all source file by setting HDF5 build CFLAGS as "-ansi" only
Diffstat (limited to 'tools/lib')
-rw-r--r--tools/lib/h5tools_dump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/h5tools_dump.c b/tools/lib/h5tools_dump.c
index 15378d0..7034ff3 100644
--- a/tools/lib/h5tools_dump.c
+++ b/tools/lib/h5tools_dump.c
@@ -637,7 +637,6 @@ h5tools_dump_region_data_blocks(hid_t region_space, hid_t region_id,
{
HERROR(H5E_tools_g, H5E_tools_min_id_g, "Could not allocate buffer for ptdata");
HGOTO_DONE(dimension_break);
- //HGOTO_ERROR(dimension_break, H5E_tools_min_id_g, "Could not allocate buffer for ptdata");
}
if(H5Sget_select_hyper_blocklist(region_space, (hsize_t)0, nblocks, ptdata) < 0)