Quiets const warnings (#1831)
This commit is contained in:
@@ -939,8 +939,10 @@ compare_data(hid_t parent1, hid_t parent2, hid_t pid, hid_t tid, size_t nelmts,
|
||||
H5R_ref_t *ref_buf1, *ref_buf2; /* Aliases for buffers to compare */
|
||||
|
||||
/* Loop over elements in buffers */
|
||||
H5_GCC_CLANG_DIAG_OFF("cast-qual")
|
||||
ref_buf1 = (H5R_ref_t *)buf1;
|
||||
ref_buf2 = (H5R_ref_t *)buf2;
|
||||
H5_GCC_CLANG_DIAG_ON("cast-qual")
|
||||
for (u = 0; u < nelmts; u++, ref_buf1++, ref_buf2++) {
|
||||
hid_t obj1_id, obj2_id; /* IDs for objects referenced */
|
||||
H5O_type_t obj1_type, obj2_type; /* Types of objects referenced */
|
||||
|
||||
Reference in New Issue
Block a user