hdf5/tools/lib
Pedro Vicente Nunes 9acff10584 [svn-r10915] Purpose: work around a compiler bug
Description:

while compiling in mir with pgcc -O2 a condition

if (name ) {
  do_something(name);
  }

 is executed when name is NULL

Solution:
avoid the error by checking the NULL pointer inside do_something(name);


Platforms tested:
linux (mir with pgcc 6.0)


Misc. update:
2005-06-13 15:06:47 -05:00
..
h5diff_array.c
h5diff_attr.c
h5diff_dset.c [svn-r10915] Purpose: work around a compiler bug 2005-06-13 15:06:47 -05:00
h5diff_util.c [svn-r10915] Purpose: work around a compiler bug 2005-06-13 15:06:47 -05:00
h5diff.c [svn-r10736] Purpose: 2005-05-07 14:37:48 -05:00
h5diff.h
h5tools_filters.c
h5tools_ref.c [svn-r10637] Purpose: 2005-04-21 01:55:42 -05:00
h5tools_ref.h
h5tools_str.c [svn-r10736] Purpose: 2005-05-07 14:37:48 -05:00
h5tools_str.h
h5tools_type.c
h5tools_utils.c [svn-r10637] Purpose: 2005-04-21 01:55:42 -05:00
h5tools_utils.h
h5tools.c [svn-r10738] Purpose: 2005-05-09 09:53:22 -05:00
h5tools.h [svn-r10738] Purpose: 2005-05-09 09:53:22 -05:00
h5trav_table.c
h5trav.c
h5trav.h
Makefile.am
Makefile.in [svn-r10858] Purpose: 2005-06-04 00:01:12 -05:00
ph5diff.h [svn-r10659] Purpose: 2005-04-25 14:15:22 -05:00
talign.c