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 build error for ignored qualifiers warning/error on GCC8 #261

Merged
merged 1 commit into from May 16, 2018
Merged

Fix build error for ignored qualifiers warning/error on GCC8 #261

merged 1 commit into from May 16, 2018

Conversation

mjbogusz
Copy link
Contributor

Building rviz using GCC8 results in few errors, including std::filesystem-related one discussed in ros/pluginlib#116.

This PR fixes another one - new GCC detects additional ignored qualifiers (const in this case) and -Werror makes it fail on them.

@wjwwood wjwwood added enhancement New feature or request in review Waiting for review (Kanban column) labels May 16, 2018
@wjwwood wjwwood added this to the bouncy milestone May 16, 2018
@wjwwood wjwwood merged commit cff3fe6 into ros2:ros2 May 16, 2018
@wjwwood
Copy link
Member

wjwwood commented May 16, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in review Waiting for review (Kanban column)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants