summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-16 13:20:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-16 13:20:44 (GMT)
commit6c76addf3d16d681ee9ec1fcd06ad9bee24c2565 (patch)
treee1605b02019fb6569fcb9715a1104b5c1e500932 /config
parentab9c387334cbd546c218b97e025a73d57ad66d66 (diff)
downloadhdf5-6c76addf3d16d681ee9ec1fcd06ad9bee24c2565.zip
hdf5-6c76addf3d16d681ee9ec1fcd06ad9bee24c2565.tar.gz
hdf5-6c76addf3d16d681ee9ec1fcd06ad9bee24c2565.tar.bz2
TRILAB-192 - parser files cannot handle this warning
Diffstat (limited to 'config')
-rw-r--r--config/gnu-warnings/error-general5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/gnu-warnings/error-general b/config/gnu-warnings/error-general
index f0e61f8..4b822a5 100644
--- a/config/gnu-warnings/error-general
+++ b/config/gnu-warnings/error-general
@@ -12,12 +12,15 @@
-Werror=packed
-Werror=pointer-sign
-Werror=pointer-to-int-cast
--Werror=redundant-decls
-Werror=strict-prototypes
-Werror=switch
#
#-Werror=discarded-qualifiers
#
+# NOTE: hl/src/H5LTparse.c file is not compatible with these warnings as errors
+# -Werror=redundant-decls
+#
+-Wredundant-decls
#
# NOTE: File Driver files are not compatible with these warnings as errors
# H5FDdirect.c,H5FDmpio.c,H5FDros3.c,