diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-03-24 22:03:09 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:31:56 (GMT) |
commit | 1bd5fb6bf1e7e183d33f767e2d43626f1ac1eade (patch) | |
tree | 2f6c17d5a17ccef9d4ba3d0bd4996abca5e2563d /config/gnu-warnings/error-5 | |
parent | e7c76ec46f40b8ecc0d987f30cd0be499f5495f1 (diff) | |
download | hdf5-1bd5fb6bf1e7e183d33f767e2d43626f1ac1eade.zip hdf5-1bd5fb6bf1e7e183d33f767e2d43626f1ac1eade.tar.gz hdf5-1bd5fb6bf1e7e183d33f767e2d43626f1ac1eade.tar.bz2 |
TRILAB-192 fix JNI shadow warning
Diffstat (limited to 'config/gnu-warnings/error-5')
-rw-r--r-- | config/gnu-warnings/error-5 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config/gnu-warnings/error-5 b/config/gnu-warnings/error-5 index 74137b5..f7e1138 100644 --- a/config/gnu-warnings/error-5 +++ b/config/gnu-warnings/error-5 @@ -9,9 +9,4 @@ # is not a supported compiler, so let us promote shadowed globals # warnings to errors only for GCC 5 and later. # -# -# -# 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 +-Werror=shadow |