Skip to content

fix: Compilefix for clang#2775

Merged
ahcorde merged 1 commit intoros2:rollingfrom
cellumation:clang_compile_fix
Mar 20, 2025
Merged

fix: Compilefix for clang#2775
ahcorde merged 1 commit intoros2:rollingfrom
cellumation:clang_compile_fix

Conversation

@jmachowinski
Copy link
Copy Markdown
Collaborator

@jmachowinski jmachowinski commented Mar 20, 2025

clang does not like :
attribute ((visibility("default")))
[[deprecated("Don't like'")]]
while
[[deprecated("Don't like'")]]
attribute ((visibility("default")))
is fine...

@jmachowinski
Copy link
Copy Markdown
Collaborator Author

Pulls: #2775
Gist: https://gist.githubusercontent.com/jmachowinski/0b322f4b4a277ad4081ba2f8e4e82f72/raw/e75b26caf46083df7d2db06231ca888b763fb24f/ros2.repos
BUILD args:
TEST args:
ROS Distro: rolling
Job: ci_launcher
ci_launcher ran: https://ci.ros2.org/job/ci_launcher/15427

  • Linux Build Status
  • Linux-aarch64 Build Status
  • Linux-rhel Build Status
  • Windows Build Status

clang does not like :
    __attribute__ ((visibility("default")))
    [[deprecated("Don't like'")]]
while
    [[deprecated("Don't like'")]]
    __attribute__ ((visibility("default")))
is fine...


Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
Copy link
Copy Markdown
Collaborator

@fujitatomoya fujitatomoya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jmachowinski thanks for the fix.

@ahcorde
Copy link
Copy Markdown
Contributor

ahcorde commented Mar 20, 2025

unrelated warning on windows. Merging

@ahcorde ahcorde merged commit 1564fc2 into ros2:rolling Mar 20, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants