-
Notifications
You must be signed in to change notification settings - Fork 14
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
Deprecation warnings #132
Comments
The solution for the second error is to just remove the assignment operator in |
I think I found the error for the first warning: https://github.com/OpenModelica/OMSimulator/blob/master/Makefile#L131 |
@perost Do you know where the 3rdParty stuff is coming from? |
But the link is dead, and it seems the actual C++ code was written by someone else anyway. |
Do you think this could be the cause for segmentation faults described in OpenModelica/OMSimulator#1099 (comment)? |
No, it's just a warning that relying on the compiler to generate a copy constructor in that situation is deprecated, but the compiler will still do it. |
While compiling OMTLMSimulator from OMSimulator I get a bunch of warnings. Some of them are errors under C++17.
I have
CC=clang
,CXX=clang++
defined.OS: Ubuntu 20.04
OMTLMSimulator: cceb7be
The text was updated successfully, but these errors were encountered: