-
Notifications
You must be signed in to change notification settings - Fork 214
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
Pass through CXX flags to OGRE vendor build #381
Conversation
This comment has been minimized.
This comment has been minimized.
@emersonknapp it seems like this PR may introduce build failures on Mac OS. See https://ci.ros2.org/job/ci_osx/5313/consoleFull#console-section-257 from ros2/poco_vendor#24 (comment) |
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
@nuclearsandwich Fixed with new update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has passed CI.
@wjwwood I'm not sure if you also want to review this before I merge it?
This change results in a bunch of new compiler warnings in this nightly job: https://ci.ros2.org/view/nightly/job/nightly_linux_coverage/440/warnings23Result/ Please address them soon. |
@emersonknapp I haven't looked into the issue yet. Is it something you'll have time to address as you continue with the thread safety annotations work? |
@nuclearsandwich I have started looking at this, tried to reproduce locally but haven't been able to yet edit: i can reproduce locally and will put up a PR to fix soon |
Signed-off-by: Emerson Knapp eknapp@amazon.com
Related to ros2/ros2#664