diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-04-07 13:03:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 13:03:15 (GMT) |
commit | fe6b2b8e5554f202f7636b1a7c37482e0adf2587 (patch) | |
tree | 7e30b4d651da77b87b53f870cbf9eb23c3de1207 /c++/test | |
parent | ead0f95877b6c283bd8ed854e56264a0df3e4fbb (diff) | |
download | hdf5-fe6b2b8e5554f202f7636b1a7c37482e0adf2587.zip hdf5-fe6b2b8e5554f202f7636b1a7c37482e0adf2587.tar.gz hdf5-fe6b2b8e5554f202f7636b1a7c37482e0adf2587.tar.bz2 |
Minor C++ changes noticed while normalizing with 1.12 (#1606)
Diffstat (limited to 'c++/test')
-rw-r--r-- | c++/test/dsets.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp index 53b56fc..55ffd67 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.cpp @@ -412,7 +412,6 @@ const H5Z_class2_t H5Z_BOGUS[1] = {{ static size_t filter_bogus(unsigned int flags, size_t cd_nelmts, const unsigned int cd_values[], size_t nbytes, size_t *buf_size, void **buf) -// H5_ATTR_UNUSED variables caused warning, but taking them out caused failure. { // Unused (void)flags; |