diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-05-15 18:58:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 18:58:54 (GMT) |
commit | 6c170c4b24e7f93bbe2515b941d52eb28905be4a (patch) | |
tree | 8c6b0fc6981f0910ae4f6489c59d557a9b10fd00 /src/H5Spublic.h | |
parent | 9fb2c24c2eb2454430701247a984780654ca0544 (diff) | |
download | hdf5-6c170c4b24e7f93bbe2515b941d52eb28905be4a.zip hdf5-6c170c4b24e7f93bbe2515b941d52eb28905be4a.tar.gz hdf5-6c170c4b24e7f93bbe2515b941d52eb28905be4a.tar.bz2 |
Reduces overly-pedantic casting in the public headers (#644)
* Committing clang-format changes
* Fixes overly pedantic casting in public headers
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r-- | src/H5Spublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h index fd85dcc..c2c0aef 100644 --- a/src/H5Spublic.h +++ b/src/H5Spublic.h @@ -22,7 +22,7 @@ #include "H5Ipublic.h" /* Define atomic datatypes */ -#define H5S_ALL (hid_t)0 +#define H5S_ALL 0 /* (hid_t) */ #define H5S_UNLIMITED HSIZE_UNDEF /* Define user-level maximum number of dimensions */ |