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

[osrf_testing_tools_cpp] Add warnings #54

Merged
merged 4 commits into from
Dec 1, 2020
Merged

[osrf_testing_tools_cpp] Add warnings #54

merged 4 commits into from
Dec 1, 2020

Conversation

audrow
Copy link
Collaborator

@audrow audrow commented Sep 25, 2020

This PR enables Wformat=2, Wconversion, Woverloaded-virtual, Wshadow, and Wnon-virtual-dtor in osrf_testing_tools_cpp.

Copy link
Contributor

@clalancette clalancette left a 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.

@audrow
Copy link
Collaborator Author

audrow commented Sep 29, 2020

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@audrow
Copy link
Collaborator Author

audrow commented Oct 7, 2020

Running different gtest versions to see if we can fix the warnings:

  • gtest v1.8.0 (what is currently used; not rebuilt from above)
    • macOS Build Status
  • gtest v1.10.0
    • macOS Build Status

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).

@audrow
Copy link
Collaborator Author

audrow commented Oct 7, 2020

Ah, this packages seems to be using its own internal version of gtest (v1.8.1).

@audrow audrow mentioned this pull request Oct 15, 2020
@audrow
Copy link
Collaborator Author

audrow commented Nov 20, 2020

3 out of 36 warnings remain on macOS after googletest was updated. They seem reasonable. I'll try to fix them and then rerun CI.

  • macOS Build Status

@audrow
Copy link
Collaborator Author

audrow commented Nov 24, 2020

Here is another run of macOS's CI:

  • macOS Build Status

@audrow
Copy link
Collaborator Author

audrow commented Nov 24, 2020

Here's a full run of CI (I reused macOS CI run from my previous comment):

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@audrow
Copy link
Collaborator Author

audrow commented Nov 24, 2020

#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>
@audrow
Copy link
Collaborator Author

audrow commented Dec 1, 2020

I've rebased on master now that #61 has been merged. Here's a new CI run:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Signed-off-by: Audrow Nash <audrow.nash@gmail.com>
Copy link
Contributor

@clalancette clalancette left a 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.

@audrow
Copy link
Collaborator Author

audrow commented Dec 1, 2020

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@audrow
Copy link
Collaborator Author

audrow commented Dec 1, 2020

@clalancette, I don't have permission to merge in this repo. Could you merge this in when you have a chance?

@clalancette clalancette merged commit d44022f into osrf:master Dec 1, 2020
@audrow audrow deleted the audrow/make-warnings-osrf-testing-tools-cpp branch December 1, 2020 23:47
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.

None yet

2 participants