-
Notifications
You must be signed in to change notification settings - Fork 29
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
[osrf_testing_tools_cpp] Add warnings #54
[osrf_testing_tools_cpp] Add warnings #54
Conversation
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.
Looks good to me with green CI.
Edit: These CI runs are irrelevant because this package has its own copy of googletest (here), which uses v1.8.1 (ament/googletest uses v1.8.0). |
Ah, this packages seems to be using its own internal version of gtest (v1.8.1). |
#61 is for the Windows warnings. |
Signed-off-by: Audrow Nash <audrow.nash@gmail.com>
Signed-off-by: Audrow Nash <audrow.nash@gmail.com>
Signed-off-by: Audrow Nash <audrow.nash@gmail.com>
I've rebased on master now that #61 has been merged. Here's a new CI run: |
Signed-off-by: Audrow Nash <audrow.nash@gmail.com>
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.
Looks good to me with green CI.
@clalancette, I don't have permission to merge in this repo. Could you merge this in when you have a chance? |
This PR enables
Wformat=2
,Wconversion
,Woverloaded-virtual
,Wshadow
, andWnon-virtual-dtor
inosrf_testing_tools_cpp
.