fix(autoware_map_based_prediction): fix syntaxError #2224
cppcheck-differential.yaml
on: pull_request
cppcheck-differential
1m 9s
Annotations
8 errors and 3 warnings
cppcheck-differential:
perception/autoware_map_based_prediction/src/map_based_prediction_node.cpp#L1778
Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
|
cppcheck-differential:
perception/autoware_map_based_prediction/src/map_based_prediction_node.cpp#L1795
Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
|
cppcheck-differential:
perception/autoware_map_based_prediction/src/path_generator.cpp#L450
Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
|
cppcheck-differential:
perception/autoware_map_based_prediction/src/path_generator.cpp#L454
Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
|
cppcheck-differential:
perception/autoware_map_based_prediction/src/path_generator.cpp#L464
Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
|
cppcheck-differential:
perception/autoware_map_based_prediction/src/path_generator.cpp#L474
Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
|
cppcheck-differential
Process completed with exit code 1.
|
cppcheck-differential
Process completed with exit code 1.
|
cppcheck-differential
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
cppcheck-differential
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cppcheck-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cppcheck-report
Expired
|
2.46 KB |
|