mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
fixed another clang warning
This commit is contained in:
parent
0fed77be82
commit
044b13fe34
@ -1440,7 +1440,7 @@ get_type_info2(NC_FILE_INFO_T *h5, hid_t datasetid,
|
||||
(*type_info)->nc_type_class = NC_CHAR;
|
||||
}
|
||||
}
|
||||
else if (class == H5T_INTEGER || class == H5T_FLOAT)
|
||||
else
|
||||
{
|
||||
for (t = 1; t < NUM_TYPES - 1; t++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user