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 clang warnings about type mismatches. #309

Merged
merged 1 commit into from
Apr 7, 2021

Conversation

clalancette
Copy link
Contributor

The clang-on-linux job is still complaining about the types
of PRId64 vs. std::chrono::seconds.count(). Give up and
switch to streams here, which should solve the issue.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

The clang-on-linux job is still complaining about the types
of PRId64 vs. std::chrono::seconds.count().  Give up and
switch to streams here, which should solve the issue.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Contributor Author

Here is standard CI for this change. Once ros2/ci#561 is merged, I'll be able to more easily run a CI job explicitly on clang.

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

@clalancette
Copy link
Contributor Author

  • Clang Build Status

@clalancette clalancette merged commit 9b03735 into master Apr 7, 2021
@clalancette clalancette deleted the clalancette/fix-clang-warnings branch April 7, 2021 18:41
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

3 participants