diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-03-25 13:21:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-03-25 13:21:40 (GMT) |
commit | cb02c1414f2a185fe294cb8a2ad5170c340346d3 (patch) | |
tree | 980342902363a86926022059193ec1e92bad7546 | |
parent | 75e01a0e41979bc90e8d32f23917e5b5d0c6d45d (diff) | |
download | hdf5-cb02c1414f2a185fe294cb8a2ad5170c340346d3.zip hdf5-cb02c1414f2a185fe294cb8a2ad5170c340346d3.tar.gz hdf5-cb02c1414f2a185fe294cb8a2ad5170c340346d3.tar.bz2 |
Correct warning flag form
-rw-r--r-- | config/gnu-warnings/error-general | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-warnings/error-general b/config/gnu-warnings/error-general index 5f7e4e1..09017cd 100644 --- a/config/gnu-warnings/error-general +++ b/config/gnu-warnings/error-general @@ -33,7 +33,7 @@ -Wcast-align # lib/h5diff_array.c # -Werror=unused-but-set-variable --Werror=unused-but-set-variable +-Wunused-but-set-variable # lib/h5tools_utils.c # -Werror=unused-parameter # |