Python API #26
Triggered via pull request
September 5, 2024 15:53
Status
Failure
Total duration
23m 20s
Artifacts
–
cpp.yml
on: pull_request
Build
1m 43s
Clang tidy
2m 38s
Valgrind memcheck
18m 35s
Matrix: sanitize
Annotations
1 error and 2 warnings
Sanitize undefined behavior
Process completed with exit code 2.
|
Clang tidy:
library/cpp/src/core/utils/sdf/quasi_euclidean_sdf_generator.cc#L105
Value stored to 'half_max_neighbor_distance_offset' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
|
Clang tidy:
library/cpp/src/core/utils/sdf/full_euclidean_sdf_generator.cc#L114
Value stored to 'half_max_neighbor_distance_offset' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
|