-
Notifications
You must be signed in to change notification settings - Fork 7
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
warning: dynamic_cast can never succeed #175
Comments
I don't get this warning using clang compiler. What file and line number generates the warning? |
I see one file involved with this (document.h). Parts of output pasted below:
If it's fine in clang I won't worry too much about it but it might be nice to fix this so that gcc does not output large block of warning. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building Python bindings, series of warnings are produced, e.g.:
warning: dynamic_cast of ‘sbol::Component dummy_obj’ to ‘class sbol::TopLevel*’ can never succeed
This is probably tied to dummy code we added to mitigate issue SynBioDex/pySBOL#39 but we need to inspect the code because this can be a serious issue.
The text was updated successfully, but these errors were encountered: