diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-03-25 13:12:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-03-25 13:12:21 (GMT) |
commit | 75e01a0e41979bc90e8d32f23917e5b5d0c6d45d (patch) | |
tree | 629cee727a2b47e929576bee3458cedfbaff079c /config/gnu-warnings | |
parent | 0da67861859812e42567e417bab6b952355b035d (diff) | |
download | hdf5-75e01a0e41979bc90e8d32f23917e5b5d0c6d45d.zip hdf5-75e01a0e41979bc90e8d32f23917e5b5d0c6d45d.tar.gz hdf5-75e01a0e41979bc90e8d32f23917e5b5d0c6d45d.tar.bz2 |
Because of tools macro, this needs to be a warning
Diffstat (limited to 'config/gnu-warnings')
-rw-r--r-- | config/gnu-warnings/error-general | 4 |
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 # |