-
Notifications
You must be signed in to change notification settings - Fork 22
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
Werner compil warning #32
Conversation
Have you removed the |
Sorry I must have missed this one (I had to reapply the changes manually as the dif had conflicts). |
5b9fc07
to
42e2e6e
Compare
The The The warnings are triggered because the arguments of parseMBDyn of the base and subclass are different. So, the method of the sub-class does not override the method of the base class but overloads and hides it. Now the
Without the
|
Thank you for the explanation @wwmayer ! |
@aiksiongkoh please don't forget the rest of the changes that Werner recommended and that were not in this PR :
|
* moved misc files to project resource * MBDyn Sperical Hinge * Werner compil warning (#32) * Replace int by size_t in for loops. * Various dtor missing and some other warning fixes. * fixed size_t vs int * fixed size_t vs int --------- Co-authored-by: Paddle <[email protected]> Co-authored-by: Aik-Siong Koh <[email protected]> * moved misc files to project resource * MBDyn Sperical Hinge * gravity fix --------- Co-authored-by: PaddleStroke <[email protected]> Co-authored-by: Paddle <[email protected]>
Apply Werner changes manually.
Here are changes I did not implement because I wasn't sure. Please check them.