Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning about #pragma once in main file #433

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Fix warning about #pragma once in main file #433

merged 1 commit into from
Feb 29, 2024

Conversation

phil-opp
Copy link
Collaborator

We do some manual header insertion into the ROS2 bindings .cc file to fix some import errors. This commit skips copying of the #pragma once attribute at the beginning to avoid a C++ warning.

We do some manual header insertion into the ROS2 bindings `.cc` file to fix some import errors. This commit skips copying of the `#pragma once` attribute at the beginning to avoid a C++ warning.
@phil-opp phil-opp requested a review from haixuanTao February 29, 2024 13:01
@phil-opp phil-opp merged commit a6a5181 into main Feb 29, 2024
17 checks passed
@phil-opp phil-opp deleted the fix-warning branch February 29, 2024 15:02
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.

2 participants