Skip to content

Commit

Permalink
Merge branch 'update_platforms_tested' of https://github.com/lrknox/hdf5
Browse files Browse the repository at this point in the history
 into update_platforms_tested
  • Loading branch information
lrknox committed Aug 10, 2023
2 parents dd3fd39 + b9f3084 commit cd64de1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/H5Tconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -5078,8 +5078,7 @@ H5T__conv_s_s(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, siz
herr_t
H5T__conv_schar_uchar(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride,
size_t H5_ATTR_UNUSED bkg_stride, void *buf,
void H5_ATTR_UNUSED *bkg)
{H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -)}
void H5_ATTR_UNUSED *bkg){H5T_CONV_su(SCHAR, UCHAR, signed char, unsigned char, -, -)}

/*-------------------------------------------------------------------------
* Function: H5T__conv_uchar_schar
Expand Down Expand Up @@ -6946,8 +6945,7 @@ H5T__conv_llong_ldouble(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t n
herr_t
H5T__conv_ullong_float(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride,
size_t H5_ATTR_UNUSED bkg_stride, void *buf,
void H5_ATTR_UNUSED *bkg)
{H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -)}
void H5_ATTR_UNUSED *bkg){H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -)}

/*-------------------------------------------------------------------------
* Function: H5T__conv_ullong_double
Expand Down Expand Up @@ -6997,8 +6995,7 @@ H5T__conv_ullong_ldouble(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t
*/
herr_t
H5T__conv_float_schar(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, size_t buf_stride,
size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg)
{
size_t H5_ATTR_UNUSED bkg_stride, void *buf, void H5_ATTR_UNUSED *bkg){
H5_GCC_CLANG_DIAG_OFF("float-equal") H5T_CONV_Fx(FLOAT, SCHAR, float, signed char, SCHAR_MIN, SCHAR_MAX)
H5_GCC_CLANG_DIAG_ON("float-equal")}

Expand Down

0 comments on commit cd64de1

Please sign in to comment.