Add kvx support [1.3.0] #171
Annotations
2 errors and 18 warnings
Build Clang Debug
call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression
|
Build Clang Debug
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, seanmiddleditch/gha-setup-ninja@v3, actions/cache@v2, actions/cache@v3, lukka/run-vcpkg@v10.5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: seanmiddleditch/gha-setup-ninja@v3, actions/cache@v2, lukka/run-vcpkg@v10.5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Clang Debug:
src/adapters/parse/kvx.cpp#L107
implicit conversion changes signedness: 'const int32_t' (aka 'const int') to 'unsigned int' [-Wsign-conversion]
|
Build Clang Debug:
src/adapters/parse/kvx.cpp#L108
implicit conversion changes signedness: 'const int32_t' (aka 'const int') to 'unsigned int' [-Wsign-conversion]
|
Build Clang Debug:
src/adapters/parse/kvx.cpp#L110
implicit conversion changes signedness: 'int32_t' (aka 'int') to 'unsigned int' [-Wsign-conversion]
|
Build Clang Debug:
src/adapters/parse/kvx.cpp#L110
implicit conversion changes signedness: 'int32_t' (aka 'int') to 'std::vector::size_type' (aka 'unsigned long') [-Wsign-conversion]
|
Build Clang Debug:
src/adapters/parse/kvx.cpp#L111
implicit conversion changes signedness: 'int32_t' (aka 'int') to 'unsigned int' [-Wsign-conversion]
|
Build Clang Debug:
src/adapters/parse/kvx.cpp#L111
implicit conversion changes signedness: 'int32_t' (aka 'int') to 'std::vector::size_type' (aka 'unsigned long') [-Wsign-conversion]
|
Build Clang Debug:
src/adapters/parse/kvx.cpp#L125
unused variable 'slabbackfacecullinfo' [-Wunused-variable]
|
Build Clang Debug:
tests/adapters/procedural.cpp#L10
implicit conversion loses floating-point precision: 'double' to 'float' [-Wimplicit-float-conversion]
|
Build Clang Debug:
tests/adapters/procedural.cpp#L10
implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion]
|
Build Clang Debug:
tests/adapters/procedural.cpp#L10
implicit conversion increases floating-point precision: 'float' to 'double' [-Wdouble-promotion]
|
run-vcpkg
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
run-vcpkg
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
run-vcpkg
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
run-vcpkg
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
run-vcpkg
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
run-vcpkg
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading