diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-03-24 22:03:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-03-24 22:03:09 (GMT) |
commit | 0d6adfc610fc9b344aac7be8f303f5306cdbe5e4 (patch) | |
tree | 1ddb92828fbdab6268ac88b3659f9375a5187178 /config/gnu-warnings | |
parent | 1505fa14987c46ee4a698cd272cdaa62d8399ef8 (diff) | |
download | hdf5-0d6adfc610fc9b344aac7be8f303f5306cdbe5e4.zip hdf5-0d6adfc610fc9b344aac7be8f303f5306cdbe5e4.tar.gz hdf5-0d6adfc610fc9b344aac7be8f303f5306cdbe5e4.tar.bz2 |
TRILAB-192 fix JNI shadow warning
Diffstat (limited to 'config/gnu-warnings')
-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 |