summaryrefslogtreecommitdiffstats
path: root/config/gnu-warnings
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-24 17:34:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-24 17:34:17 (GMT)
commite235df5288f9b21aebe5604e433ea8f7e3ddefe3 (patch)
tree6e8f4afe7407fd50f5e0f35d4c33282e9ff4d64c /config/gnu-warnings
parent15328ae0ae002ef424085317e1c25f29fe2299ba (diff)
downloadhdf5-e235df5288f9b21aebe5604e433ea8f7e3ddefe3.zip
hdf5-e235df5288f9b21aebe5604e433ea8f7e3ddefe3.tar.gz
hdf5-e235df5288f9b21aebe5604e433ea8f7e3ddefe3.tar.bz2
TRILAB-192 Identify warnings that fail as errors
Diffstat (limited to 'config/gnu-warnings')
-rw-r--r--config/gnu-warnings/error-57
-rw-r--r--config/gnu-warnings/error-general76
2 files changed, 72 insertions, 11 deletions
diff --git a/config/gnu-warnings/error-5 b/config/gnu-warnings/error-5
index f7e1138..74137b5 100644
--- a/config/gnu-warnings/error-5
+++ b/config/gnu-warnings/error-5
@@ -9,4 +9,9 @@
# is not a supported compiler, so let us promote shadowed globals
# warnings to errors only for GCC 5 and later.
#
--Werror=shadow
+#
+#
+# NOTE: JNI files are not compatible with these warnings as errors
+# jni/h5aImp.c,jni/h5eImp.c,jni/h5lImp.c,jni/h5oImp.c
+# -Werror=shadow
+-Wshadow
diff --git a/config/gnu-warnings/error-general b/config/gnu-warnings/error-general
index d0e272a..55c86db 100644
--- a/config/gnu-warnings/error-general
+++ b/config/gnu-warnings/error-general
@@ -3,22 +3,78 @@
# circumstances, so ask the compiler to treat them as errors:
#
-Werror=bad-function-cast
--Werror=cast-align
-Werror=declaration-after-statement
--Werror=format
-Werror=implicit-function-declaration
--Werror=missing-declarations
--Werror=missing-prototypes
-Werror=nested-externs
--Werror=old-style-definition
-Werror=packed
-Werror=pointer-sign
-Werror=pointer-to-int-cast
-Werror=redundant-decls
--Werror=strict-prototypes
-Werror=switch
--Werror=unused-but-set-variable
--Werror=unused-function
--Werror=unused-parameter
--Werror=unused-variable
#-Werror=discarded-qualifiers
+#
+# NOTE: CMake FortranCInterface module fails to compile with
+# -Werror=missing-declarations
+# -Werror=missing-prototypes
+-Wmissing-declarations
+-Wmissing-prototypes
+#
+# NOTE: File Driver files are not compatible with these warnings as errors
+# H5FDdirect.c,H5FDmpio.c,H5FDros3.c,
+# -Werror=unused-function
+-Wunused-function
+# H5FDdrvr_module.h
+# -Werror=unused-variable
+-Wunused-variable
+# H5VLpassthru.c
+# -Werror=unused-parameter
+-Wunused-parameter
+#
+#
+# NOTE: Examples files are not compatible with these warnings as errors
+# h5_vds-eiger.c,h5_vds-exclim.c,h5_vds.c,h5_vds-exc.c,h5_vds-percival-unlim-maxmin.c
+# h5_vds-percival.c,h5_read.c,h5_rdwt.c,h5_mount.c,h5_extend.c,h5_extend_write.c
+# h5_write.c,h5_vds-simpleIO.c,h5_ref2reg_deprec.c,h5_crtgrp.c,h5_select.c
+# h5_vds-percival-unlim.c,h5_crtatt.c,h5_group.c,h5_attribute.c,h5_crtdat.c
+# h5_reference_deprec.c
+# -Werror=unused-but-set-variable
+-Wunused-but-set-variable
+# h5_vds-exclim.c,h5_vds.c,h5_vds-exc.c,
+# -Werror=unused-variable
+# h5_elink_unix2win.c,h5_extlink.c,h5_attribute.c
+# -Werror=unused-parameter
+# h5_rdwt.c,h5_crtgrp.c,h5_crtatt.c,h5_crtdat.c
+# -Werror=strict-prototypes
+-Wstrict-prototypes
+# h5_rdwt.c,h5_crtgrp.c,h5_crtatt.c,h5_crtdat.c
+# -Werror=old-style-definition
+-Wold-style-definition
+#
+#
+# NOTE: Tools files are not compatible with these warnings as errors
+# lib/h5tools.c
+# -Werror=cast-align
+-Wcast-align
+# lib/h5diff_array.c
+# -Werror=unused-but-set-variable
+# lib/h5tools_utils.c
+# -Werror=unused-parameter
+#
+#
+# NOTE: Test files are not compatible with these warnings as errors
+# thread_id.c,
+# -Werror=unused-function
+# dsets.c
+# -Werror=unused-parameter
+# external.c,perform/sio_engine.c
+# -Werror=format(-trunaction)
+-Wformat
+#
+#
+# NOTE: JNI files are not compatible with these warnings as errors
+# jni/h5pDCPLImp.c,jni/nativeData.c,jni/h5util.c,jni/h5rImp.c
+# jni/h5sImp.c,jni/h5tImp.c
+# -Werror=cast-align
+# jni/h5util.c
+# -Werror=format(-overflow)
+