summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2022-03-28 12:31:38 (GMT)
committerGitHub <noreply@github.com>2022-03-28 12:31:38 (GMT)
commit95b2c3b96b389a44eadc85c74922f079363720e0 (patch)
treee5d6a54d33c74b324fa64d6ef95edfc5f8e677cc /config/gnu-warnings
parent15971fbd160ab061725f238379cc638ed37f05ef (diff)
downloadhdf5-95b2c3b96b389a44eadc85c74922f079363720e0.zip
hdf5-95b2c3b96b389a44eadc85c74922f079363720e0.tar.gz
hdf5-95b2c3b96b389a44eadc85c74922f079363720e0.tar.bz2
Hdf5 1 12 parallel compression merge (#1529)
* Fix the function cast error in H5Dchunk.c and activate (#1170) `-Werror=cast-function-type`. Again. * Parallel Compression improvements (#1302) * Fix for parallel compression examples on Windows (#1459) * Parallel compression adjustments for HDF5 1.12 * Committing clang-format changes Co-authored-by: David Young <dyoung@hdfgroup.org> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'config/gnu-warnings')
-rw-r--r--config/gnu-warnings/error-85
1 files changed, 1 insertions, 4 deletions
diff --git a/config/gnu-warnings/error-8 b/config/gnu-warnings/error-8
index 2f54a4d..cbb25f6 100644
--- a/config/gnu-warnings/error-8
+++ b/config/gnu-warnings/error-8
@@ -1,7 +1,4 @@
-# NOTE: src/ files are not compatible with these warnings as errors
-# src/H5Dchunk.c
-# -Werror=cast-function-type
--Wcast-function-type
+-Werror=cast-function-type
#
# For GCC 8, promote maybe-initialized warnings to an error. GCC 8
# reports 0 maybe-uninitialized warnings where earlier versions