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 windows warnings related to bullet #473

Merged
merged 3 commits into from
Jan 20, 2023

Conversation

azeey
Copy link
Contributor

@azeey azeey commented Jan 18, 2023

🦟 Bug fix

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

@azeey azeey requested review from mxgrey and scpeters as code owners January 18, 2023 04:11
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Jan 18, 2023
@codecov
Copy link

codecov bot commented Jan 18, 2023

Codecov Report

Merging #473 (2f7111a) into ign-physics5 (dc96554) will increase coverage by 0.01%.
The diff coverage is 75.00%.

@@               Coverage Diff                @@
##           ign-physics5     #473      +/-   ##
================================================
+ Coverage         76.34%   76.35%   +0.01%     
================================================
  Files               129      129              
  Lines              5808     5811       +3     
================================================
+ Hits               4434     4437       +3     
  Misses             1374     1374              
Impacted Files Coverage Δ
bullet/src/SDFFeatures.cc 47.94% <0.00%> (ø)
...lude/gz/physics/heightmap/detail/HeightmapShape.hh 100.00% <ø> (ø)
include/gz/physics/CapsuleShape.hh 100.00% <ø> (ø)
include/gz/physics/EllipsoidShape.hh 100.00% <ø> (ø)
include/gz/physics/detail/CapsuleShape.hh 100.00% <ø> (ø)
include/gz/physics/detail/EllipsoidShape.hh 100.00% <ø> (ø)
include/gz/physics/detail/RelativeQuantity.hh 91.86% <ø> (ø)
include/gz/physics/detail/World.hh 100.00% <ø> (ø)
bullet/src/Base.hh 47.76% <100.00%> (-0.77%) ⬇️
bullet/src/plugin.cc 100.00% <100.00%> (ø)
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.


return this->GenerateIdentity(0);
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Signed-off-by: Addisu Z. Taddese <[email protected]>
@azeey azeey merged commit 8fa9439 into gazebosim:ign-physics5 Jan 20, 2023
@azeey azeey deleted the fix_win_warnings branch January 20, 2023 03:25
@scpeters scpeters mentioned this pull request Feb 3, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏯 fortress Ignition Fortress
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants