ForTrilinos
ForTrilinos copied to clipboard
Eliminate all ForTrilinos warnings
Once that's done, add -Werror
.
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?
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.
On my machine I have a sea of warnings about throwing from destructor. How do I rid myself of those?
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 .