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 warnings #229

Merged
merged 2 commits into from Apr 19, 2017
Merged

FIX warnings #229

merged 2 commits into from Apr 19, 2017

Conversation

hugtalbot
Copy link
Contributor

@hugtalbot hugtalbot commented Apr 3, 2017

Warnings were due to unused function and overwriting function (clang)


This PR:

  • builds with SUCCESS for all platforms on the CI.
  • does not generate new warnings nor unit test failures.
  • does not break existing scenes.
  • does not break API compatibility.
  • has been reviewed and agreed to be transitional.
  • is more than 1 week old.

Reviewers will merge only if all these checks are true.

Warnings were due to unused function and overwriting function (clang)
@hugtalbot hugtalbot self-assigned this Apr 3, 2017
@hugtalbot hugtalbot added pr: fast merge Minor change that can be merged without waiting for the 7 review days pr: fix Fix a bug labels Apr 3, 2017
@hugtalbot
Copy link
Contributor Author

The compilation on win7_VS-2015 is running out of heap space.

@epernod epernod self-requested a review April 5, 2017 09:10
@hugtalbot hugtalbot assigned guparan and unassigned hugtalbot Apr 5, 2017
@hugtalbot
Copy link
Contributor Author

[ci-build]

1 similar comment
@damienmarchal
Copy link
Contributor

[ci-build]

@damienmarchal damienmarchal added the pr: status ready Approved a pull-request, ready to be squashed label Apr 6, 2017
@@ -202,7 +202,7 @@ class BilateralInteractionConstraintSpecialization<RigidImpl>
const helper::vector<int> &m2Indices = self.m2.getValue();

unsigned min = std::min(m1Indices.size(), m2Indices.size());
const typename BilateralInteractionConstraint<T>::VecDeriv& restVector = self.restVector.getValue();
// const typename BilateralInteractionConstraint<T>::VecDeriv& restVector = self.restVector.getValue();
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not a big fan of commented code, it's hard to maintain.
Shouldn't this be simply deleted?

@guparan guparan removed the pr: status ready Approved a pull-request, ready to be squashed label Apr 10, 2017
@hugtalbot
Copy link
Contributor Author

hey @matthieu-nesme could you have a look at my last commit about BilateralInteractionConstraint. Do you agree with the RigidImpl ?

@matthieu-nesme
Copy link
Member

I do not use and do not know BilateralInteractionConstraint.

@hugtalbot
Copy link
Contributor Author

Alright, so as soon as centos is done. Ready to merge.

@hugtalbot hugtalbot added the pr: status ready Approved a pull-request, ready to be squashed label Apr 18, 2017
@guparan guparan merged commit c7bdedf into sofa-framework:master Apr 19, 2017
@guparan guparan added this to the v17.06 milestone Jun 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: fast merge Minor change that can be merged without waiting for the 7 review days pr: fix Fix a bug pr: status ready Approved a pull-request, ready to be squashed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants