diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2013-06-26 06:25:44 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2013-06-26 06:25:44 (GMT) |
commit | c2750822ffd92d78e9c442e8ab046ac2dbf47d8e (patch) | |
tree | c37b50875f4dd8a5d41631bc8b7fbfb9672a838b /tools/h5dump | |
parent | cf5071ad059c3a443b23f7ea157cc2fc74fd6e43 (diff) | |
download | hdf5-c2750822ffd92d78e9c442e8ab046ac2dbf47d8e.zip hdf5-c2750822ffd92d78e9c442e8ab046ac2dbf47d8e.tar.gz hdf5-c2750822ffd92d78e9c442e8ab046ac2dbf47d8e.tar.bz2 |
[svn-r23825] 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/h5dump')
-rw-r--r-- | tools/h5dump/h5dump_ddl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5dump/h5dump_ddl.c b/tools/h5dump/h5dump_ddl.c index c4a9ecb..10d4d32 100644 --- a/tools/h5dump/h5dump_ddl.c +++ b/tools/h5dump/h5dump_ddl.c @@ -1360,8 +1360,6 @@ handle_attributes(hid_t fid, const char *attr, void UNUSED * data, int UNUSED pe string_dataformat.do_escape = display_escape; outputformat = &string_dataformat; - //attr_name = attr + j + 1; - // need to replace escape characters attr_name = h5tools_str_replace(attr + j + 1, "\\/", "/"); |