CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5system.c:33: In function ‘strncat’, inlined from ‘H5_build_extpath’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5system.c:1246:13: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5system.c:33: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5system.c: In function ‘H5_build_extpath’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1387:31: note: length computed here 1387 | #define HDstrncat(X,Y,Z) strncat(X,Y,Z) | ^~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5system.c:1246:13: note: in expansion of macro ‘HDstrncat’ 1246 | HDstrncat(full_path, new_name, HDstrlen(new_name)); | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5B2int.c: In function ‘H5B2__iterate_node’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5B2int.c:1530:68: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1530 | if(NULL == (internal = H5B2__protect_internal(hdr, parent, (H5B2_node_ptr_t *)curr_node, depth, FALSE, H5AC__READ_ONLY_FLAG))) /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5B2int.c:1549:60: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1549 | if(NULL == (leaf = H5B2__protect_leaf(hdr, parent, (H5B2_node_ptr_t *)curr_node, FALSE, H5AC__READ_ONLY_FLAG))) /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5B2int.c: In function ‘H5B2__delete_node’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5B2int.c:1640:68: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1640 | if(NULL == (internal = H5B2__protect_internal(hdr, parent, (H5B2_node_ptr_t *)curr_node, depth, FALSE, H5AC__NO_FLAGS_SET))) /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5B2int.c:1657:60: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1657 | if(NULL == (leaf = H5B2__protect_leaf(hdr, parent, (H5B2_node_ptr_t *)curr_node, FALSE, H5AC__NO_FLAGS_SET))) /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5B2int.c: In function ‘H5B2__node_size’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5B2int.c:1716:64: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1716 | if(NULL == (internal = H5B2__protect_internal(hdr, parent, (H5B2_node_ptr_t *)curr_node, depth, FALSE, H5AC__READ_ONLY_FLAG))) /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5B2int.c: In function ‘H5B2__update_flush_depend’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5B2int.c:1819:77: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1819 | if(NULL == (child_int = H5B2__protect_internal(hdr, new_parent, (H5B2_node_ptr_t *)node_ptr, (uint16_t)(depth - 1), FALSE, H5AC__NO_FLAGS_SET))) /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5B2int.c:1835:74: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1835 | if(NULL == (child_leaf = H5B2__protect_leaf(hdr, new_parent, (H5B2_node_ptr_t *)node_ptr, FALSE, H5AC__NO_FLAGS_SET))) /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c: In function ‘H5D__chunk_io_init’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:1132:60: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1132 | if((file_space_normalized = H5S_hyper_normalize_offset((H5S_t *)file_space, old_offset)) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:1169:41: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1169 | if(H5S_hyper_denormalize_offset((H5S_t *)file_space, old_offset) < 0) /* (Casting away const OK -QAK) */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c: In function ‘H5D__create_chunk_map_single’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:1595:26: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1595 | chunk_info->mspace = (H5S_t *)fm->mem_space; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c: In function ‘H5D__create_chunk_file_map_hyper’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:1878:40: warning: passing argument 1 of ‘H5S_combine_hyperslab’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1878 | if(H5S_combine_hyperslab(fm->file_space, H5S_SELECT_AND, coords, NULL, fm->chunk_dim, NULL, &tmp_fchunk) < 0) | ~~^~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dprivate.h:26, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dpkg.h:30, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:56: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Sprivate.h:283:44: note: expected ‘H5S_t *’ {aka ‘struct H5S_t *’} but argument is of type ‘const H5S_t *’ {aka ‘const struct H5S_t *’} 283 | H5_DLL herr_t H5S_combine_hyperslab(H5S_t *old_space, H5S_seloper_t op, | ~~~~~~~^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c: In function ‘H5D__create_chunk_mem_map_hyper’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:2028:30: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2028 | chunk_info->mspace = (H5S_t *)fm->mem_space; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c: In function ‘H5D__create_chunk_mem_map_1d’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:2151:30: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2151 | chunk_info->mspace = (H5S_t *)fm->mem_space; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c: In function ‘H5D__chunk_allocate’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:4438:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 4438 | (void *)pline, (H5MM_free_t)H5D__chunk_mem_xfree, (void *)pline, | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:4438:32: warning: cast between incompatible function types from ‘void * (*)(void *, const void *)’ to ‘void (*)(void *, void *)’ [-Wcast-function-type] 4438 | (void *)pline, (H5MM_free_t)H5D__chunk_mem_xfree, (void *)pline, | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:4438:67: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 4438 | (void *)pline, (H5MM_free_t)H5D__chunk_mem_xfree, (void *)pline, | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:4487:22: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 4487 | idx_info.storage = sc; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c: In function ‘H5D__chunk_copy_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:6115:74: warning: passing argument 3 of ‘H5O_copy_expand_ref’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 6115 | if(H5O_copy_expand_ref(udata->file_src, udata->tid_src, udata->dt_src, buf, nbytes, udata->idx_info_dst->f, bkg, udata->cpy_info) < 0) | ~~~~~^~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dprivate.h:25, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dpkg.h:30, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dchunk.c:56: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Oprivate.h:986:74: note: expected ‘H5T_t *’ {aka ‘struct H5T_t *’} but argument is of type ‘const H5T_t *’ {aka ‘const struct H5T_t *’} 986 | H5_DLL herr_t H5O_copy_expand_ref(H5F_t *file_src, hid_t tid_src, H5T_t *dt_src, | ~~~~~~~^~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dint.c: In function ‘H5D__init_type’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dint.c:633:30: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 633 | dset->shared->type = (H5T_t *)type; /* (Cast away const OK - QAK) */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dio.c: In function ‘H5D__read’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dio.c:499:15: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 499 | buf = (void *)adj_buf; /* Casting away 'const' OK -QAK */ | ^ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dint.c:24: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dint.c: In function ‘H5D_nameof’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Dint.c:2253:49: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 2253 | FUNC_LEAVE_NOAPI(dataset ? &(dataset->path) : NULL) /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2339:12: note: in definition of macro ‘FUNC_LEAVE_NOAPI’ 2339 | return(ret_value); \ | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Eint.c: In function ‘H5E__clear_entries’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Eint.c:886:58: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 886 | error->func_name = (const char *) H5MM_xfree((void *)error->func_name); /* Casting away const OK - QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Eint.c:888:58: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 888 | error->file_name = (const char *) H5MM_xfree((void *)error->file_name); /* Casting away const OK - QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Eint.c:890:53: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 890 | error->desc = (const char *) H5MM_xfree((void *)error->desc); /* Casting away const OK - QAK */ | ^ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Eint.c:35: In function ‘strncpy’, inlined from ‘H5E__get_msg’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Eint.c:144:8: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Eint.c:35: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Eint.c: In function ‘H5E__get_msg’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Eint.c:140:20: note: in expansion of macro ‘HDstrlen’ 140 | len = (ssize_t)HDstrlen(msg->msg); | ^~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5E.c:52: In function ‘strncpy’, inlined from ‘H5E__get_class_name’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5E.c:646:8, inlined from ‘H5Eget_class_name’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5E.c:610:21: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5E.c:52: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5E.c: In function ‘H5Eget_class_name’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5E.c:642:20: note: in expansion of macro ‘HDstrlen’ 642 | len = (ssize_t)HDstrlen(cls->cls_name); | ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FD.c: In function ‘H5FD_fapl_close’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FD.c:594:40: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 594 | if((driver->fapl_free)((void *)driver_info) < 0) /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FD.c:598:42: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 598 | driver_info = H5MM_xfree((void *)driver_info); /* Casting away const OK -QAK */ | ^ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDdirect.c:26: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDdrvr_module.h:27:25: warning: ‘H5FD__init_package’ declared ‘static’ but never defined [-Wunused-function] 27 | #define H5_MY_PKG H5FD | ^~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1585:28: note: in definition of macro ‘H5_GLUE’ 1585 | #define H5_GLUE(x,y) x##y | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2400:52: note: in expansion of macro ‘H5_PACKAGE_INIT_FUNC’ 2400 | #define H5_PKG_DECLARE_YES_FUNC(pkg) static herr_t H5_PACKAGE_INIT_FUNC(pkg)(void); | ^~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1586:28: note: in expansion of macro ‘H5_PKG_DECLARE_YES_FUNC’ 1586 | #define H5_GLUE3(x,y,z) x##y##z | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2415:1: note: in expansion of macro ‘H5_PKG_DECLARE_FUNC’ 2415 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2415:37: note: in expansion of macro ‘H5_MY_PKG’ 2415 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDmpio.c:25: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDdrvr_module.h:27:25: warning: ‘H5FD__init_package’ declared ‘static’ but never defined [-Wunused-function] 27 | #define H5_MY_PKG H5FD | ^~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1585:28: note: in definition of macro ‘H5_GLUE’ 1585 | #define H5_GLUE(x,y) x##y | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2400:52: note: in expansion of macro ‘H5_PACKAGE_INIT_FUNC’ 2400 | #define H5_PKG_DECLARE_YES_FUNC(pkg) static herr_t H5_PACKAGE_INIT_FUNC(pkg)(void); | ^~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1586:28: note: in expansion of macro ‘H5_PKG_DECLARE_YES_FUNC’ 1586 | #define H5_GLUE3(x,y,z) x##y##z | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2415:1: note: in expansion of macro ‘H5_PKG_DECLARE_FUNC’ 2415 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2415:37: note: in expansion of macro ‘H5_MY_PKG’ 2415 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDlog.c: In function ‘H5FD_log_open’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDlog.c:638:95: warning: ‘stat_timeval_diff.tv_usec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 638 | HDfprintf(file->logfp, "Stat took: (%f s)\n", (double)stat_timeval_diff.tv_sec + ((double)stat_timeval_diff.tv_usec / (double)1000000.0f)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDlog.c:638:59: warning: ‘stat_timeval_diff.tv_sec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 638 | HDfprintf(file->logfp, "Stat took: (%f s)\n", (double)stat_timeval_diff.tv_sec + ((double)stat_timeval_diff.tv_usec / (double)1000000.0f)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDlog.c:636:95: warning: ‘open_timeval_diff.tv_usec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 636 | HDfprintf(file->logfp, "Open took: (%f s)\n", (double)open_timeval_diff.tv_sec + ((double)open_timeval_diff.tv_usec / (double)1000000.0f)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDlog.c:636:59: warning: ‘open_timeval_diff.tv_sec’ may be used uninitialized in this function [-Wmaybe-uninitialized] 636 | HDfprintf(file->logfp, "Open took: (%f s)\n", (double)open_timeval_diff.tv_sec + ((double)open_timeval_diff.tv_usec / (double)1000000.0f)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDros3.c:28: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDdrvr_module.h:27:25: warning: ‘H5FD__init_package’ declared ‘static’ but never defined [-Wunused-function] 27 | #define H5_MY_PKG H5FD | ^~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1585:28: note: in definition of macro ‘H5_GLUE’ 1585 | #define H5_GLUE(x,y) x##y | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2400:52: note: in expansion of macro ‘H5_PACKAGE_INIT_FUNC’ 2400 | #define H5_PKG_DECLARE_YES_FUNC(pkg) static herr_t H5_PACKAGE_INIT_FUNC(pkg)(void); | ^~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1586:28: note: in expansion of macro ‘H5_PKG_DECLARE_YES_FUNC’ 1586 | #define H5_GLUE3(x,y,z) x##y##z | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2415:1: note: in expansion of macro ‘H5_PKG_DECLARE_FUNC’ 2415 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2415:37: note: in expansion of macro ‘H5_MY_PKG’ 2415 | H5_PKG_DECLARE_FUNC(H5_MY_PKG_INIT, H5_MY_PKG) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDdrvr_module.h:27:25: warning: ‘H5FD_init_g’ defined but not used [-Wunused-variable] 27 | #define H5_MY_PKG H5FD | ^~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1585:28: note: in definition of macro ‘H5_GLUE’ 1585 | #define H5_GLUE(x,y) x##y | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2408:56: note: in expansion of macro ‘H5_PACKAGE_INIT_VAR’ 2408 | #define H5_PKG_DECLARE_VAR(pkg) static hbool_t H5_PACKAGE_INIT_VAR(pkg); | ^~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2414:1: note: in expansion of macro ‘H5_PKG_DECLARE_VAR’ 2414 | H5_PKG_DECLARE_VAR(H5_MY_PKG) | ^~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2414:20: note: in expansion of macro ‘H5_MY_PKG’ 2414 | H5_PKG_DECLARE_VAR(H5_MY_PKG) | ^~~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDmulti.c:27: In function ‘strncpy’, inlined from ‘H5FD_multi_sb_encode’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDmulti.c:692:9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDmulti.c: In function ‘H5FD_multi_sb_encode’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FDmulti.c:691:20: note: length computed here 691 | size_t n = strlen(file->fa.memb_name[mt]) + 1; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gcompact.c:28: In function ‘strncpy’, inlined from ‘H5G__compact_get_name_by_idx’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gcompact.c:245:9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gcompact.c:28: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gcompact.c: In function ‘H5G__compact_get_name_by_idx’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gcompact.c:241:26: note: in expansion of macro ‘HDstrlen’ 241 | ret_value = (ssize_t)HDstrlen(ltable.lnks[idx].name); | ^~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gdense.c:35: In function ‘strncpy’, inlined from ‘H5G__dense_get_name_by_idx’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gdense.c:1254:13: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gdense.c:35: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gdense.c: In function ‘H5G__dense_get_name_by_idx’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gdense.c:1250:30: note: in expansion of macro ‘HDstrlen’ 1250 | ret_value = (ssize_t)HDstrlen(ltable.lnks[n].name); | ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gent.c: In function ‘H5G__ent_copy’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gent.c:343:24: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 343 | H5G__ent_reset((H5G_entry_t *)src); | ^ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gint.c:35: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gint.c: In function ‘H5G_nameof’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gint.c:587:41: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 587 | FUNC_LEAVE_NOAPI(grp ? &(grp->path) : NULL) /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2339:12: note: in definition of macro ‘FUNC_LEAVE_NOAPI’ 2339 | return(ret_value); \ | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gloc.c: In function ‘H5G__loc_insert’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gloc.c:607:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 607 | lnk.name = (char *)name; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gloc.c: In function ‘H5G__loc_set_comment_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gloc.c:967:21: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 967 | comment.s = (char *)udata->comment; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gnode.c: In function ‘H5G__node_copy’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gnode.c:1269:28: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1269 | grp_loc.oloc = (H5O_loc_t *)src_oloc; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c: In function ‘H5G_name_copy’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:535:24: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 535 | H5G_name_reset((H5G_name_t *)src); | ^ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:35: In function ‘strncat’, inlined from ‘H5G_build_fullpath’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:327:5, inlined from ‘H5G_build_fullpath_refstr_str’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:367:17: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:35: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c: In function ‘H5G_build_fullpath_refstr_str’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:316:16: note: in expansion of macro ‘HDstrlen’ 316 | name_len = HDstrlen(name); | ^~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:35: In function ‘strncat’, inlined from ‘H5G_name_move_path’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:759:13, inlined from ‘H5G_name_replace_cb’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:1020:24, inlined from ‘H5G_name_replace_cb’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:787:1: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:35: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c: In function ‘H5G_name_replace_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:705:23: note: in expansion of macro ‘HDstrlen’ 705 | full_suffix_len = HDstrlen(full_suffix); | ^~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:35: In function ‘strncat’, inlined from ‘H5G_name_replace_cb’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:1032:17, inlined from ‘H5G_name_replace_cb’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:787:1: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:35: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c: In function ‘H5G_name_replace_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gname.c:1016:35: note: in expansion of macro ‘HDstrlen’ 1016 | full_suffix_len = HDstrlen(full_suffix); | ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gobj.c: In function ‘H5G__obj_create_real’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gobj.c:265:67: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 265 | if(H5O_msg_create(oloc, H5O_LINFO_ID, 0, H5O_UPDATE_TIME, (void *)linfo) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gobj.c:270:73: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 270 | if(H5O_msg_create(oloc, H5O_GINFO_ID, H5O_MSG_FLAG_CONSTANT, 0, (void *)ginfo) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gobj.c:276:77: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 276 | if(H5O_msg_create(oloc, H5O_PLINE_ID, H5O_MSG_FLAG_CONSTANT, 0, (void *)pline) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gobj.c: In function ‘H5G_obj_stab_to_new_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gobj.c:426:51: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 426 | if(H5G_obj_insert(udata->grp_oloc, lnk->name, (H5O_link_t *)lnk, FALSE, H5O_TYPE_UNKNOWN, NULL) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gtraverse.c: In function ‘H5G__traverse_real’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gtraverse.c:732:52: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 732 | if(H5O_msg_reset(H5O_GINFO_ID, (void *)ginfo) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gtraverse.c:736:52: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 736 | if(H5O_msg_reset(H5O_LINFO_ID, (void *)linfo) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gtraverse.c:740:52: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 740 | if(H5O_msg_reset(H5O_PLINE_ID, (void *)pline) < 0) | ^ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gstab.c:29: In function ‘strncpy’, inlined from ‘H5G__stab_get_name_by_idx’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gstab.c:799:9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gstab.c:29: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gstab.c: In function ‘H5G__stab_get_name_by_idx’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Gstab.c:795:26: note: in expansion of macro ‘HDstrlen’ 795 | ret_value = (ssize_t)HDstrlen(udata.name); | ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HF.c: In function ‘H5HF_op_write’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HF.c:134:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 134 | H5MM_memcpy((void *)obj, op_data, obj_len); /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HF.c: In function ‘H5HF_insert’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HF.c:378:41: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 378 | if(H5HF__huge_insert(hdr, size, (void *)obj, id) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HFcache.c: In function ‘H5HF__cache_hdr_serialize’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HFcache.c:772:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 772 | hdr->f = f; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HFcache.c: In function ‘H5HF__cache_iblock_serialize’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HFcache.c:1362:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 1362 | hdr->f = f; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HFcache.c: In function ‘H5HF__cache_dblock_verify_chksum’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HFcache.c:1691:20: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1691 | read_buf = (void *)image; /* Casting away const OK - QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HFhuge.c: In function ‘H5HF__huge_write’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HFhuge.c:894:8: warning: ‘obj_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] 894 | if(H5F_block_write(hdr->f, H5FD_MEM_FHEAP_HUGE_OBJ, obj_addr, obj_size, obj) < 0) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HFman.c: In function ‘H5HF__man_write’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HFman.c:505:50: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 505 | if(H5HF__man_op_real(hdr, id, H5HF_op_write, (void *)obj, H5HF_OP_MODIFY) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HGcache.c: In function ‘H5HG__cache_heap_get_final_load_size’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5HGcache.c:225:17: warning: ‘*((void *)&heap+264)’ may be used uninitialized in this function [-Wmaybe-uninitialized] 225 | *actual_len = heap.size; | ~~~~~~~~~~~~^~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c: In function ‘H5Iregister_type’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:218:25: warning: unused parameter ‘hash_size’ [-Wunused-parameter] 218 | H5Iregister_type(size_t hash_size, unsigned reserved, H5I_free_t free_func) | ~~~~~~~^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c: In function ‘H5I__clear_type_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:610:81: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 610 | if(udata->type_ptr->cls->free_func && (udata->type_ptr->cls->free_func)((void *)id->obj_ptr) < 0) { /* (Casting away const OK -QAK) */ | ^ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:38: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c: In function ‘H5I__destroy_type’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:716:48: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 716 | type_ptr->cls = H5FL_FREE(H5I_class_t, (void *)type_ptr->cls); | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5FLprivate.h:130:65: note: in definition of macro ‘H5FL_FREE’ 130 | #define H5FL_FREE(t,obj) (t *)H5FL_reg_free(&(H5FL_REG_NAME(t)),obj) | ^~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c: In function ‘H5I_subst’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:912:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 912 | ret_value = (void *)id_ptr->obj_ptr; /* (Casting away const OK -QAK) */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c: In function ‘H5I_object’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:945:21: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 945 | ret_value = (void *)id_ptr->obj_ptr; /* (Casting away const OK -QAK) */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c: In function ‘H5I_object_verify’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:1014:21: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1014 | ret_value = (void *)id_ptr->obj_ptr; /* (Casting away const OK -QAK) */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c: In function ‘H5I__remove_common’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:1238:17: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1238 | ret_value = (void *)curr_id->obj_ptr; /* (Casting away const OK -QAK) */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c: In function ‘H5I_dec_ref’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:1376:68: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1376 | if(!type_ptr->cls->free_func || (type_ptr->cls->free_func)((void *)id_ptr->obj_ptr) >= 0) { | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c: In function ‘H5I__iterate_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:2083:31: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2083 | obj_ptr = H5I__unwrap((void *)item->obj_ptr, type); | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c: In function ‘H5I__find_id_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:2316:31: warning: passing argument 1 of ‘H5I__unwrap’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 2316 | obj_ptr = H5I__unwrap(item->obj_ptr, type); | ~~~~^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:473:19: note: expected ‘void *’ but argument is of type ‘const void *’ 473 | H5I__unwrap(void *obj_ptr, H5I_type_t type) | ~~~~~~^~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c: In function ‘H5I__id_dump_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5I.c:2426:51: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2426 | obj_ptr = (void *)H5T_get_actual_type((H5T_t *)dt); /* Casting away const OK - QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5L.c: In function ‘H5L__link_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5L.c:1884:24: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1884 | udata->lnk->name = (char *)name; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5L.c: In function ‘H5L__move_dest_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5L.c:2676:24: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2676 | udata->lnk->name = (char *)name; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5L.c: In function ‘H5L__link_copy_file’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5L.c:3431:28: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 3431 | lnk_grp_loc.oloc = (H5O_loc_t *)src_oloc; /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Ocache.c: In function ‘H5O__chunk_deserialize’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Ocache.c:1466:25: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1466 | mesg->raw = (uint8_t *)chunk_image; /* Casting away const OK - QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Ocache.c: In function ‘H5O__chunk_serialize’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Ocache.c:1669:30: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1669 | if(H5O_msg_flush((H5F_t *)f, oh, curr_msg) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Ofsinfo.c: In function ‘H5O_fsinfo_decode’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Ofsinfo.c:140:35: warning: ‘threshold’ may be used uninitialized in this function [-Wmaybe-uninitialized] 140 | fsinfo->threshold = threshold; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Olayout.c: In function ‘H5O__layout_decode’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Olayout.c:417:90: warning: ‘tmp_hsize’ may be used uninitialized in this function [-Wmaybe-uninitialized] 417 | if(NULL == (mesg->storage.u.virt.list = (H5O_storage_virtual_ent_t *)H5MM_calloc((size_t)tmp_hsize * sizeof(H5O_storage_virtual_ent_t)))) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdapl.c:35: In function ‘strncpy’, inlined from ‘H5Pget_efile_prefix’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdapl.c:1482:13: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdapl.c:35: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdapl.c: In function ‘H5Pget_efile_prefix’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdapl.c:1480:15: note: in expansion of macro ‘HDstrlen’ 1480 | len = HDstrlen(my_prefix); | ^~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdapl.c:35: In function ‘strncpy’, inlined from ‘H5Pget_virtual_prefix’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdapl.c:1574:13: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdapl.c:35: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdapl.c: In function ‘H5Pget_virtual_prefix’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdapl.c:1572:15: note: in expansion of macro ‘HDstrlen’ 1572 | len = HDstrlen(my_prefix); | ^~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pencdec.c:29: In function ‘strncpy’, inlined from ‘H5P__encode_cb’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pencdec.c:351:13, inlined from ‘H5P__encode_cb’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pencdec.c:332:1: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pencdec.c:29: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pencdec.c: In function ‘H5P__encode_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pencdec.c:349:25: note: in expansion of macro ‘HDstrlen’ 349 | prop_name_len = HDstrlen(prop->name) + 1; | ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pfapl.c: In function ‘H5P__file_driver_free’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pfapl.c:1170:44: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1170 | if((driver->fapl_free)((void *)info->driver_info) < 0) /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pfapl.c:1174:32: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1174 | H5MM_xfree((void *)info->driver_info); /* Casting away const OK -QAK */ | ^ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdxpl.c:35: In function ‘strncpy’, inlined from ‘H5Pget_data_transform’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdxpl.c:1019:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdxpl.c:35: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdxpl.c: In function ‘H5Pget_data_transform’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pdxpl.c:1017:11: note: in expansion of macro ‘HDstrlen’ 1017 | len = HDstrlen(pexp); | ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pfapl.c: In function ‘H5P_set_vol’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Pfapl.c:5410:35: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 5410 | vol_prop.connector_info = (void *)vol_info; | ^ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Plapl.c:35: In function ‘strncpy’, inlined from ‘H5Pget_elink_prefix’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Plapl.c:1062:13: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Plapl.c:35: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Plapl.c: In function ‘H5Pget_elink_prefix’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Plapl.c:1060:15: note: in expansion of macro ‘HDstrlen’ 1060 | len = HDstrlen(my_prefix); | ^~~~~~~~ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5PL.c:23: In function ‘strncpy’, inlined from ‘H5PLget’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5PL.c:374:9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5PL.c:23: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5PL.c: In function ‘H5PLget’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5PL.c:370:16: note: in expansion of macro ‘HDstrlen’ 370 | path_len = HDstrlen(path); | ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5RS.c: In function ‘H5RS_wrap’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5RS.c:151:20: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 151 | ret_value->s = (char *)s; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c: In function ‘H5S__hyper_iter_init’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:603:28: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 603 | H5S__hyper_rebuild((H5S_t *)space); /* Casting away const OK -NAF */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c: In function ‘H5S__hyper_is_regular’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:5363:28: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 5363 | H5S__hyper_rebuild((H5S_t *)space); /* Casting away const OK -NAF */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c: In function ‘H5S__hyper_shape_same’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:5629:28: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 5629 | H5S__hyper_rebuild((H5S_t *)space1); /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:5631:28: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 5631 | H5S__hyper_rebuild((H5S_t *)space2); /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:5676:42: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 5676 | if(H5S__hyper_generate_spans((H5S_t *)space1) < 0) /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:5679:42: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 5679 | if(H5S__hyper_generate_spans((H5S_t *)space2) < 0) /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c: In function ‘H5S__hyper_intersect_block’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:6300:28: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 6300 | H5S__hyper_rebuild((H5S_t *)space); /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c: In function ‘H5S__hyper_proj_int_iterate’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:11431:74: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 11431 | H5S_HYPER_PROJ_INT_ADD_SKIP(udata, H5S__hyper_spans_nelem_helper((H5S_hyper_span_info_t *)ss_span_info, 0, udata->op_gen) * count, FAIL); /* Casting away const OK -NAF */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:74:27: note: in definition of macro ‘H5S_HYPER_PROJ_INT_ADD_SKIP’ 74 | (UDATA)->skip += (ADD); \ | ^~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c: In function ‘H5S__hyper_project_intersection’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:11520:42: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 11520 | if(H5S__hyper_generate_spans((H5S_t *)src_space) < 0) /* Casting away const OK -NAF */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:11540:42: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 11540 | if(H5S__hyper_generate_spans((H5S_t *)dst_space) < 0) /* Casting away const OK -NAF */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:11558:38: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 11558 | if(H5S__hyper_generate_spans((H5S_t *)src_intersect_space) < 0) /* Casting away const OK -NAF */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c: In function ‘H5SL_release_common’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c:896:36: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 896 | (void)(op)(node->item, (void *)node->key, op_data); | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c: In function ‘H5SL_iterate’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c:2210:46: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2210 | if((ret_value = (op)(node->item, (void *)node->key, op_data)) != 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c: In function ‘H5SL_try_free_safe’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c:2369:44: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2369 | if((op_ret = (op)(node->item , (void *)node->key, op_data)) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c: In function ‘H5S__fill_in_select.isra.0.part.0’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Shyper.c:10450:7: warning: ‘updated_spans’ may be used uninitialized in this function [-Wmaybe-uninitialized] 10450 | if(updated_spans) { | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5T.c: In function ‘H5T_nameof’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5T.c:5375:23: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] 5375 | ret_value = &(dt->path); | ^ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c:64: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c: In function ‘H5SL_search’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2339:11: warning: ‘ret_value’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2339 | return(ret_value); \ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c:1397:11: note: ‘ret_value’ was declared here 1397 | void *ret_value; /* Return value */ | ^~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c:64: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c: In function ‘H5SL_find’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:2339:11: warning: ‘ret_value’ may be used uninitialized in this function [-Wmaybe-uninitialized] 2339 | return(ret_value); \ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5SL.c:1698:18: note: ‘ret_value’ was declared here 1698 | H5SL_node_t *ret_value; /* Return value */ | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Tref.c: In function ‘H5T__ref_disk_isnull’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Tref.c:672:41: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 672 | if(H5VL_blob_specific(src_file, (void *)p, H5VL_BLOB_ISNULL, isnull) < 0) | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Tvlen.c: In function ‘H5T__vlen_disk_delete’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Tvlen.c:1030:41: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1030 | if(H5VL_blob_specific(file, (void *)vl, H5VL_BLOB_DELETE) < 0) /* Casting away 'const' OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5VLint.c: In function ‘H5VL__free_cls’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5VLint.c:321:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 321 | H5MM_xfree((void *)cls->name); /* Casting away const OK -QAK */ | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5VLint.c: In function ‘H5VL_register_connector’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5VLint.c:1147:24: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1147 | H5MM_xfree((void *)(saved->name)); /* Casting away const OK -QAK */ | ^ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:58, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5VLint.c:32: In function ‘strncpy’, inlined from ‘H5VL__get_connector_name’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5VLint.c:1648:9: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5VLint.c:32: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5VLint.c: In function ‘H5VL__get_connector_name’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5private.h:1384:28: note: length computed here 1384 | #define HDstrlen(S) strlen(S) | ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5VLint.c:1646:11: note: in expansion of macro ‘HDstrlen’ 1646 | len = HDstrlen(cls->name); | ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5VLpassthru.c: In function ‘H5VL_pass_through_request_specific’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5VLpassthru.c:2745:42: warning: unused parameter ‘obj’ [-Wunused-parameter] 2745 | H5VL_pass_through_request_specific(void *obj, H5VL_request_specific_t specific_type, | ~~~~~~^~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Z.c: In function ‘H5Z__flush_file_cb’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/src/H5Z.c:588:70: warning: unused parameter ‘key’ [-Wunused-parameter] 588 | H5Z__flush_file_cb(void *obj_ptr, hid_t H5_ATTR_UNUSED obj_id, void *key) | ~~~~~~^~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/hl/src/H5DS.c: In function ‘H5DSset_label’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/hl/src/H5DS.c:1483:7: warning: ‘u.buf’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1483 | } u; | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/hl/src/H5LT.c: In function ‘H5LTfind_dataset’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/hl/src/H5LT.c:1414:77: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 1414 | return H5Literate2(loc_id, H5_INDEX_NAME, H5_ITER_INC, 0, find_dataset, (void *)dset_name); | ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/hl/src/H5LT.c: In function ‘H5LT_find_attribute’: /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/hl/src/H5LT.c:2040:77: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2040 | return H5Aiterate2(loc_id, H5_INDEX_NAME, H5_ITER_INC, NULL, find_attr, (void *)attr_name); | ^ In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/hl/src/H5LT.c:17: In function ‘strncat’, inlined from ‘realloc_and_append’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/hl/src/H5LT.c:2296:4, inlined from ‘indentation’ at /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/hl/src/H5LT.c:2337:16: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: ‘__builtin_strncat’ output may be truncated copying between 0 and 255 bytes from a string of length 255 [-Wstringop-truncation] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.12.0/_/_/build/54b929f457e6408cb3434cb2f201a2d1f958f8df/source_subfolder/c++/src/H5Attribute.cpp:44:17: warning: type attributes ignored after type is already defined [-Wattributes] 44 | class H5_DLLCPP H5Object; // forward declaration for UserData4Aiterate | ^~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY