mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
OESS-168: Remove clang warnings. (#1300)
This commit is contained in:
parent
cf1aab28fb
commit
6fc53b39a2
@ -1205,7 +1205,7 @@ H5Z__filter_scaleoffset(unsigned flags, size_t cd_nelmts, const unsigned cd_valu
|
||||
|
||||
/* prepare parameters to pass to compress/decompress functions */
|
||||
p.size = cd_values[H5Z_SCALEOFFSET_PARM_SIZE];
|
||||
p.mem_order = H5T_native_order_g;
|
||||
p.mem_order = (unsigned)H5T_native_order_g;
|
||||
|
||||
/* input; decompress */
|
||||
if (flags & H5Z_FLAG_REVERSE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user