summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings/4.8
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-07-11 22:48:51 (GMT)
committerGitHub <noreply@github.com>2022-07-11 22:48:51 (GMT)
commitaf014fa61c1ffcf5a09d68e357b0190fe8ee0efa (patch)
tree2eaa1714a38e3450c2c82127b94c4a513449f548 /config/gnu-warnings/4.8
parentdae60641036f73c64f3592317405550246464be5 (diff)
downloadhdf5-af014fa61c1ffcf5a09d68e357b0190fe8ee0efa.zip
hdf5-af014fa61c1ffcf5a09d68e357b0190fe8ee0efa.tar.gz
hdf5-af014fa61c1ffcf5a09d68e357b0190fe8ee0efa.tar.bz2
Removes definitions for (U)LLONG_MAX and (S)SIZET_MAX (#1877)
LLONG_MAX and ULLONG_MAX are defined in limits.h in C99. SIZET_MAX should be SIZE_MAX, which has been around forever. SSIZET_MAX should be SSIZE_MAX, which is defined whereever ssize_t is found. I've kept the definition for SSIZE_MAX (renamed from SSIZET_MAX) for platforms where ssize_T is not present (e.g., Windows).
Diffstat (limited to 'config/gnu-warnings/4.8')
0 files changed, 0 insertions, 0 deletions