diff options
author | David Young <dyoung@hdfgroup.org> | 2021-11-08 20:33:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 20:33:39 (GMT) |
commit | e82d39ca0e4122facb87fe784e58a77f41a8814f (patch) | |
tree | add070cb83465d3cffe9aebf384f188b09a0fb67 /config | |
parent | 6b737bf4cf6637439d2d6f3320be548c4e047b08 (diff) | |
download | hdf5-e82d39ca0e4122facb87fe784e58a77f41a8814f.zip hdf5-e82d39ca0e4122facb87fe784e58a77f41a8814f.tar.gz hdf5-e82d39ca0e4122facb87fe784e58a77f41a8814f.tar.bz2 |
Fix the function cast error in H5Dchunk.c and activate (#1170)
`-Werror=cast-function-type`. Again.
Diffstat (limited to 'config')
-rw-r--r-- | config/gnu-warnings/error-8 | 5 |
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 |