Fix static linking of the system hdf5 lib #107
Annotations
46 warnings
clang-find
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clang-cmake
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clang-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/crc32.c#L758
implicit conversion loses integer precision: 'unsigned long' to 'z_crc_t' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/crc32.c#L1025
implicit conversion loses integer precision: 'uLong' (aka 'unsigned long') to 'z_crc_t' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/crc32.c#L1048
implicit conversion loses integer precision: 'uLong' (aka 'unsigned long') to 'z_crc_t' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/crc32.c#L1048
implicit conversion loses integer precision: 'uLong' (aka 'unsigned long') to 'z_crc_t' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/gzwrite.c#L78
implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
|
clang-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/gzwrite.c#L108
implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
|
clang-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/gzread.c#L22
implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
|
clang-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/deflate.c#L710
implicit conversion loses integer precision: 'ulg' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
|
clang-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/deflate.c#L908
implicit conversion loses integer precision: 'ulg' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
|
clang-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/deflate.c#L1065
implicit conversion loses integer precision: 'ulg' (aka 'unsigned long') to 'uInt' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-conan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clang-conan
implicit conversion loses integer precision: 'unsigned long' to 'z_crc_t' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-conan
implicit conversion loses integer precision: 'uLong' (aka 'unsigned long') to 'z_crc_t' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-conan
implicit conversion loses integer precision: 'uLong' (aka 'unsigned long') to 'z_crc_t' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-conan
implicit conversion loses integer precision: 'uLong' (aka 'unsigned long') to 'z_crc_t' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-conan
implicit conversion loses integer precision: 'ulg' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
|
clang-conan
implicit conversion loses integer precision: 'ulg' (aka 'unsigned long') to 'unsigned int' [-Wshorten-64-to-32]
|
clang-conan
implicit conversion loses integer precision: 'ulg' (aka 'unsigned long') to 'uInt' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-conan
implicit conversion loses integer precision: 'unsigned long' to 'uInt' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-conan
implicit conversion loses integer precision: 'unsigned long' to 'uInt' (aka 'unsigned int') [-Wshorten-64-to-32]
|
clang-conan
implicit conversion loses integer precision: 'unsigned long' to 'uInt' (aka 'unsigned int') [-Wshorten-64-to-32]
|
gcc-cmake
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
gcc-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/crc32.c#L758
conversion from ‘long unsigned int’ to ‘z_crc_t’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/crc32.c#L1025
conversion from ‘uLong’ {aka ‘long unsigned int’} to ‘z_crc_t’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/crc32.c#L1048
conversion from ‘uLong’ {aka ‘long unsigned int’} to ‘z_crc_t’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/crc32.c#L1048
conversion from ‘uLong’ {aka ‘long unsigned int’} to ‘z_crc_t’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/gzread.c#L22
conversion from ‘ssize_t’ {aka ‘long int’} to ‘int’ may change value [-Wconversion]
|
gcc-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/gzwrite.c#L78
conversion from ‘ssize_t’ {aka ‘long int’} to ‘int’ may change value [-Wconversion]
|
gcc-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/gzwrite.c#L108
conversion from ‘ssize_t’ {aka ‘long int’} to ‘int’ may change value [-Wconversion]
|
gcc-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/deflate.c#L710
conversion from ‘ulg’ {aka ‘long unsigned int’} to ‘unsigned int’ may change value [-Wconversion]
|
gcc-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/deflate.c#L908
conversion from ‘ulg’ {aka ‘long unsigned int’} to ‘unsigned int’ may change value [-Wconversion]
|
gcc-cmake:
build/github-actions-cmake/pkg-build/src/external_zlib/deflate.c#L1065
conversion from ‘ulg’ {aka ‘long unsigned int’} to ‘uInt’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-conan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
gcc-conan
conversion from ‘long unsigned int’ to ‘z_crc_t’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-conan
conversion from ‘uLong’ {aka ‘long unsigned int’} to ‘z_crc_t’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-conan
conversion from ‘uLong’ {aka ‘long unsigned int’} to ‘z_crc_t’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-conan
conversion from ‘uLong’ {aka ‘long unsigned int’} to ‘z_crc_t’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-conan
conversion from ‘ulg’ {aka ‘long unsigned int’} to ‘unsigned int’ may change value [-Wconversion]
|
gcc-conan
conversion from ‘ulg’ {aka ‘long unsigned int’} to ‘unsigned int’ may change value [-Wconversion]
|
gcc-conan
conversion from ‘ulg’ {aka ‘long unsigned int’} to ‘uInt’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-conan
conversion from ‘ulg’ {aka ‘long unsigned int’} to ‘uInt’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-conan
conversion from ‘ulg’ {aka ‘long unsigned int’} to ‘uInt’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-conan
conversion from ‘ulg’ {aka ‘long unsigned int’} to ‘uInt’ {aka ‘unsigned int’} may change value [-Wconversion]
|
gcc-find
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|