diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-01-07 16:39:27 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-01-07 16:39:27 (GMT) |
commit | 47f3d57c004b40df90a17c662ca4ab30e72461f1 (patch) | |
tree | 693fd079a865e39e27b238d8f2a4da2ab1c0c0b1 /src/H5G.c | |
parent | 54604e8fc568619ad16d2c8c10333a0b13044626 (diff) | |
download | hdf5-47f3d57c004b40df90a17c662ca4ab30e72461f1.zip hdf5-47f3d57c004b40df90a17c662ca4ab30e72461f1.tar.gz hdf5-47f3d57c004b40df90a17c662ca4ab30e72461f1.tar.bz2 |
[svn-r1015] Got rid of some warning messages.
Tested in O2K.
Diffstat (limited to 'src/H5G.c')
-rw-r--r-- | src/H5G.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1705,7 +1705,6 @@ H5G_loc (hid_t loc_id) #endif HRETURN_ERROR(H5E_ARGS, H5E_BADVALUE, NULL, "unable to get symbol table entry of property list"); - break; case H5I_GROUP: if (NULL==(group=H5I_object (loc_id))) { |