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

[Aggregator] Fixes C++ Warnings (pluginlib) #82

Merged

Conversation

moriarty
Copy link
Contributor

This fixes the following warnings:

warning: Including header <pluginlib/class_list_macros.h>
 is deprecated,include <pluginlib/class_list_macros.hpp> instead. [-Wcpp]

warning: Including header <pluginlib/class_loader.h>
 is deprecated, include <pluginlib/class_loader.hpp> instead. [-Wcpp]

The .hpp files have been backported to indigo

But just a few hours ago they've reverted the deprecation warnings (for now)
See:
ros/pluginlib/pull/70 ( ros/pluginlib#70 (comment))
ros/pluginlib/pull/115

This fixes the following warnings:

warning: Including header <pluginlib/class_list_macros.h>
 is deprecated,include <pluginlib/class_list_macros.hpp> instead. [-Wcpp]

warning: Including header <pluginlib/class_loader.h>
 is deprecated, include <pluginlib/class_loader.hpp> instead. [-Wcpp]

The .hpp files have been backported to indigo
@trainman419 trainman419 merged commit 76bfbf1 into ros:indigo-devel May 2, 2018
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