diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2024-03-15 12:41:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 12:41:07 (GMT) |
commit | c7c8b93d06fd2c99dee523a11a2d62eb4dfaed74 (patch) | |
tree | a6e9fdab06f462e270500310823ffb74f74a73cb /src/H5HFman.c | |
parent | ece121b415a69e159f3143e2348b7c580adbd054 (diff) | |
download | hdf5-c7c8b93d06fd2c99dee523a11a2d62eb4dfaed74.zip hdf5-c7c8b93d06fd2c99dee523a11a2d62eb4dfaed74.tar.gz hdf5-c7c8b93d06fd2c99dee523a11a2d62eb4dfaed74.tar.bz2 |
Fix Autotools -Werror cleanup (#4144)
The Autotools temporarily scrub -Werror(=whatever) from CFLAGS, etc.
so configure checks don't trip over warnings generated by configure
check programs. The sed line originally only scrubbed -Werror but not
-Werror=something, which would cause errors when the '=something' was
left behind in CFLAGS.
The sed line has been updated to handle -Werror=something lines.
Fixes one issue raised in #3872
Diffstat (limited to 'src/H5HFman.c')
0 files changed, 0 insertions, 0 deletions