-
Notifications
You must be signed in to change notification settings - Fork 12
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
Eliminate all ForTrilinos warnings #185
Comments
It’s really too bad any meaningful warnings get lost In a sea of teuchos warnings... |
I actually don't see any Teuchos warnings from our builds, for instance here. |
On my machine I have a sea of warnings about throwing from destructor. How do I rid myself of those? |
It could be that the reason we don't see them at the moment is due to not enabling a lot of flags. I don't know of a robust solution do disable warnings only for some Trilinos packages, which is super annoying. |
Apparently, the only thing you needed to do is to post to ForTrilinos about it, and now they're being addressed. |
I've eliminated the remaining SWIG warnings in #220 . |
Once that's done, add
-Werror
.The text was updated successfully, but these errors were encountered: