autowarefoundation / autoware.universe

https://autowarefoundation.github.io/autoware.universe/
Apache License 2.0
1.03k stars 655 forks source link

fix(autoware_smart_mpc_trajectory_follower): fix clang-diagnostic-ignored-optimization-argument #9437

Closed veqcc closed 4 days ago

veqcc commented 4 days ago

Description

Suppressed clang-diagnostic-ignored-optimization-argument by ignoring GCC specific compiler optimization.

error: optimization flag '-fno-fat-lto-objects' is not supported [clang-diagnostic-ignored-optimization-argument]

Related links

Parent Issue:

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

github-actions[bot] commented 4 days ago

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 28.99%. Comparing base (740d42a) to head (133e97e). Report is 10 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #9437 +/- ## ========================================== - Coverage 29.00% 28.99% -0.02% ========================================== Files 1427 1431 +4 Lines 108199 108242 +43 Branches 41386 41387 +1 ========================================== Hits 31386 31386 - Misses 73776 73819 +43 Partials 3037 3037 ``` | [Flag](https://app.codecov.io/gh/autowarefoundation/autoware.universe/pull/9437/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=autowarefoundation) | Coverage Δ | | *Carryforward flag | |---|---|---|---| | [differential](https://app.codecov.io/gh/autowarefoundation/autoware.universe/pull/9437/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=autowarefoundation) | `0.00% <ø> (?)` | | | | [total](https://app.codecov.io/gh/autowarefoundation/autoware.universe/pull/9437/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=autowarefoundation) | `29.00% <ø> (ø)` | | Carriedforward from [740d42a](https://app.codecov.io/gh/autowarefoundation/autoware.universe/commit/740d42a80cd420a1221e9a1b38e94c767c8527f8?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=autowarefoundation) | *This pull request uses carry forward flags. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=autowarefoundation) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

kosuke55 commented 4 days ago

thanks!!