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 /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Aint.c:200:45: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(NULL == (attr->shared->dt = H5T_copy(type, H5T_COPY_ALL))) ^~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Aint.c:532:62: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if((src_id = H5I_register(H5I_DATATYPE, H5T_copy(mem_type, H5T_COPY_ALL), FALSE)) < 0 || ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Aint.c:649:71: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] (dst_id = H5I_register(H5I_DATATYPE, H5T_copy(mem_type, H5T_COPY_ALL), FALSE)) < 0) ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Aint.c:2102:21: warning: incompatible integer to pointer conversion assigning to 'H5A_t *' (aka 'struct H5A_t *') from 'int' [-Wint-conversion] HGOTO_ERROR(H5E_ATTR, H5E_CANTALLOC, FAIL, "memory allocation failed") ^ ~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Eprivate.h:67:4: note: expanded from macro 'HGOTO_ERROR' HGOTO_DONE(ret_val) \ ^ ~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Eprivate.h:76:40: note: expanded from macro 'HGOTO_DONE' #define HGOTO_DONE(ret_val) {ret_value = ret_val; goto done;} ^ ~~~~~~~ 4 warnings generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5AC.c:1948:22: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ( ( cache_ptr == NULL ) ~~~~~~~~~~^~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5AC.c:1948:22: note: remove extraneous parentheses around the comparison to silence this warning if ( ( cache_ptr == NULL ) ~~ ^ ~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5AC.c:1948:22: note: use '=' to turn this equality comparison into an assignment if ( ( cache_ptr == NULL ) ^~ = 1 warning generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Dchunk.c:5095:39: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(NULL == (dt_mem = H5T_copy(dt_src, H5T_COPY_TRANSIENT))) ^~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Dchunk.c:5103:39: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(NULL == (dt_dst = H5T_copy(dt_src, H5T_COPY_TRANSIENT))) ^~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ 2 warnings generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Dfill.c:232:62: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if((src_id = H5I_register(H5I_DATATYPE, H5T_copy(fill_type, H5T_COPY_ALL), FALSE)) < 0) ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Dfill.c:235:62: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if((dst_id = H5I_register(H5I_DATATYPE, H5T_copy(buf_type, H5T_COPY_ALL), FALSE)) < 0) ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Dfill.c:405:54: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(NULL == (fb_info->mem_type = H5T_copy(dset_type, H5T_COPY_REOPEN))) ^~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ 3 warnings generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Dint.c:636:43: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if((dset->shared->type = H5T_copy(type, H5T_COPY_ALL)) == NULL) ^~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Dio.c:475:5: warning: implicit declaration of function 'H5T_patch_vlen_file' is invalid in C99 [-Wimplicit-function-declaration] H5T_patch_vlen_file(dataset->shared->type, dataset->oloc.file); ^ 1 warning generated. 1 warning generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5FSsection.c:2336:24: warning: passing 'const H5F_t *' (aka 'const struct H5F_t *') to parameter of type 'H5F_t *' (aka 'struct H5F_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(H5FS_sinfo_lock(f, dxpl_id, fspace, H5AC_WRITE) < 0) ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5FSsection.c:205:24: note: passing argument to parameter 'f' here H5FS_sinfo_lock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, H5AC_protect_t accmode) ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5FSsection.c:2336:36: warning: passing 'const H5FS_t *' (aka 'const struct H5FS_t *') to parameter of type 'H5FS_t *' (aka 'struct H5FS_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(H5FS_sinfo_lock(f, dxpl_id, fspace, H5AC_WRITE) < 0) ^~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5FSsection.c:205:50: note: passing argument to parameter 'fspace' here H5FS_sinfo_lock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, H5AC_protect_t accmode) ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5FSsection.c:2360:32: warning: passing 'const H5FS_t *' (aka 'const struct H5FS_t *') to parameter of type 'H5FS_t *' (aka 'struct H5FS_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(H5FS_sect_remove_real(fspace, tmp_sect) < 0) ^~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5FSsection.c:857:31: note: passing argument to parameter 'fspace' here H5FS_sect_remove_real(H5FS_t *fspace, H5FS_section_info_t *sect) ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5FSsection.c:2374:41: warning: passing 'const H5F_t *' (aka 'const struct H5F_t *') to parameter of type 'H5F_t *' (aka 'struct H5F_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(sinfo_valid && H5FS_sinfo_unlock(f, dxpl_id, fspace, section_removed) < 0) ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5FSsection.c:311:26: note: passing argument to parameter 'f' here H5FS_sinfo_unlock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, hbool_t modified) ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5FSsection.c:2374:53: warning: passing 'const H5FS_t *' (aka 'const struct H5FS_t *') to parameter of type 'H5FS_t *' (aka 'struct H5FS_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(sinfo_valid && H5FS_sinfo_unlock(f, dxpl_id, fspace, section_removed) < 0) ^~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5FSsection.c:311:52: note: passing argument to parameter 'fspace' here H5FS_sinfo_unlock(H5F_t *f, hid_t dxpl_id, H5FS_t *fspace, hbool_t modified) ^ 5 warnings generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Odtype.c:1191:32: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(NULL == (dst = H5T_copy(src, H5T_COPY_ALL))) ^~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Odtype.c:1536:49: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(NULL == (udata->src_dtype = H5T_copy(dt_src, H5T_COPY_TRANSIENT))) ^~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ 2 warnings generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Pdcpl.c:1563:54: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if((dst_id = H5I_register(H5I_DATATYPE, H5T_copy(type, H5T_COPY_TRANSIENT), FALSE)) < 0) ^~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ 1 warning generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5T.c:4456:42: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(NULL == (path->src = H5T_copy(src, H5T_COPY_ALL))) ^~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5T.c:3097:17: note: passing argument to parameter 'old_dt' here H5T_copy(H5T_t *old_dt, H5T_copy_t method) ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5T.c:4458:42: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(NULL == (path->dst = H5T_copy(dst, H5T_COPY_ALL))) ^~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5T.c:3097:17: note: passing argument to parameter 'old_dt' here H5T_copy(H5T_t *old_dt, H5T_copy_t method) ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5T.c:4506:29: warning: expression which evaluates to zero treated as a null pointer constant of type 'H5E_t *' (aka 'struct H5E_t *') [-Wnon-literal-null-conversion] H5E_clear_stack(H5E_DEFAULT); /*ignore the error*/ ^~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Epublic.h:27:33: note: expanded from macro 'H5E_DEFAULT' #define H5E_DEFAULT (hid_t)0 ^~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tcompound.c:482:56: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] parent->shared->u.compnd.memb[idx].type = H5T_copy(member, H5T_COPY_ALL); ^~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ 1 warning generated. 3 warnings generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tenum.c:134:42: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] ret_value->shared->parent = H5T_copy(parent, H5T_COPY_ALL); ^~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tenum.c:435:38: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(NULL == (copied_dt = H5T_copy(dt, H5T_COPY_ALL))) ^~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tenum.c:574:35: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if (NULL==(copied_dt=H5T_copy(dt, H5T_COPY_ALL))) ^~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ 3 warnings generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tvlen.c:166:47: warning: passing 'const H5T_t *' (aka 'const struct H5T_t *') to parameter of type 'H5T_t *' (aka 'struct H5T_t *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] if(NULL == (dt->shared->parent = H5T_copy(base, H5T_COPY_ALL))) ^~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5Tprivate.h:107:31: note: passing argument to parameter 'old_dt' here H5_DLL H5T_t *H5T_copy(H5T_t *old_dt, H5T_copy_t method); ^ 1 warning generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5I.c:264:22: warning: comparison of constant 127 with expression of type 'H5I_type_t' (aka 'enum H5I_type_t') is always true [-Wtautological-constant-out-of-range-compare] if(H5I_next_type < H5I_MAX_NUM_TYPES) { ~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5I.c:341:47: warning: comparison of constant 127 with expression of type 'const H5I_type_t' (aka 'const enum H5I_type_t') is always true [-Wtautological-constant-out-of-range-compare] HDassert(cls->type_id > 0 && cls->type_id < H5I_MAX_NUM_TYPES); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5private.h:595:35: note: expanded from macro 'HDassert' #define HDassert(X) assert(X) ~~~~~~~^~ /usr/include/assert.h:109:11: note: expanded from macro 'assert' if (expr) \ ^~~~ 2 warnings generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5L.c:2580:36: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] dst_name_r = H5RS_wrap(udata->dst_name); ^~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5RSprivate.h:47:36: note: passing argument to parameter 's' here H5_DLL H5RS_str_t *H5RS_wrap(char *s); ^ 1 warning generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5VM.c:419:27: warning: comparison of constant 18446744073709551615 with expression of type 'const uint32_t' (aka 'const unsigned int') is always true [-Wtautological-constant-out-of-range-compare] HDassert(size1[u] < HSIZET_MAX); ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5private.h:595:35: note: expanded from macro 'HDassert' #define HDassert(X) assert(X) ~~~~~~~^~ /usr/include/assert.h:109:11: note: expanded from macro 'assert' if (expr) \ ^~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5VM.c:420:27: warning: comparison of constant 18446744073709551615 with expression of type 'const uint32_t' (aka 'const unsigned int') is always true [-Wtautological-constant-out-of-range-compare] HDassert(size2[u] < HSIZET_MAX); ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/src/H5private.h:595:35: note: expanded from macro 'HDassert' #define HDassert(X) assert(X) ~~~~~~~^~ /usr/include/assert.h:109:11: note: expanded from macro 'assert' if (expr) \ ^~~~ 2 warnings generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/hl/src/H5LTanalyze.c:4:32: warning: unknown warning group '-Wlarger-than=', ignored [-Wunknown-pragmas] #pragma GCC diagnostic ignored "-Wlarger-than=" ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/hl/src/H5LTparse.c:4:32: warning: unknown warning group '-Wlarger-than=', ignored [-Wunknown-pragmas] #pragma GCC diagnostic ignored "-Wlarger-than=" ^ 1 warning generated. 1 warning generated. /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/c++/src/H5Location.cpp:192:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ /home/conan/w/cci_PR-3851/.conan/data/hdf5/1.8.21/_/_/build/b4add36daf7f511490e3949b109dc46fd39cc045/source_subfolder/c++/src/H5Location.cpp:261:1: warning: control may reach end of non-void function [-Wreturn-type] } ^ 2 warnings generated. CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY