summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-25 13:12:21 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:56 (GMT)
commit579625801a9ea99963815e2ed39eebb21110e481 (patch)
treeb7ffba17efa9498cfe753f21797f94498c464f17 /config
parent3e81528f3b40c2d11511ee5b3801d36556c85f95 (diff)
downloadhdf5-579625801a9ea99963815e2ed39eebb21110e481.zip
hdf5-579625801a9ea99963815e2ed39eebb21110e481.tar.gz
hdf5-579625801a9ea99963815e2ed39eebb21110e481.tar.bz2
Because of tools macro, this needs to be a warning
Diffstat (limited to 'config')
-rw-r--r--config/gnu-warnings/error-general4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/gnu-warnings/error-general b/config/gnu-warnings/error-general
index d747b7d..5f7e4e1 100644
--- a/config/gnu-warnings/error-general
+++ b/config/gnu-warnings/error-general
@@ -14,7 +14,6 @@
#-Werror=discarded-qualifiers
-Werror=missing-declarations
-Werror=missing-prototypes
--Werror=unused-but-set-variable
#
# NOTE: File Driver files are not compatible with these warnings as errors
# H5FDdirect.c,H5FDmpio.c,H5FDros3.c,
@@ -32,6 +31,9 @@
# lib/h5tools.c
# -Werror=cast-align
-Wcast-align
+# lib/h5diff_array.c
+# -Werror=unused-but-set-variable
+-Werror=unused-but-set-variable
# lib/h5tools_utils.c
# -Werror=unused-parameter
#