-
Notifications
You must be signed in to change notification settings - Fork 41
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
Suppress MSVC warning that is not applicable #446
Conversation
Signed-off-by: Michael Carroll <[email protected]>
Codecov Report
@@ Coverage Diff @@
## gz-physics6 #446 +/- ##
============================================
Coverage 75.73% 75.73%
============================================
Files 140 140
Lines 7039 7039
============================================
Hits 5331 5331
Misses 1708 1708 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Michael Carroll <[email protected]>
This fix can also be applied to ign-physics5 to fix warnings in ign-gazebo6 to partially resolve gazebosim/gz-sim#2384 @Mergifyio backport ign-physics5 |
@Mergifyio backport ign-physics5 |
✅ Backports have been created
|
Signed-off-by: Michael Carroll <[email protected]> (cherry picked from commit f2775ac) # Conflicts: # include/gz/physics/FeatureList.hh
Signed-off-by: Michael Carroll <[email protected]> (cherry picked from commit f2775ac) Signed-off-by: Addisu Z. Taddese <[email protected]>
(cherry picked from commit f2775ac) Signed-off-by: Michael Carroll <[email protected]> Signed-off-by: Addisu Z. Taddese <[email protected]> Co-authored-by: Michael Carroll <[email protected]>
This triggers a warning in downstream libraries such as:
https://build.osrfoundation.org/job/ign_gazebo-pr-win/5195/msbuild/
After talking with @mxgrey, while this is typically a relevant warning by MSVC, it is not applicable so we can suppress it.
Signed-off-by: Michael Carroll [email protected]