ForTrilinos icon indicating copy to clipboard operation
ForTrilinos copied to clipboard

Eliminate all ForTrilinos warnings

Open aprokop opened this issue 7 years ago • 6 comments

Once that's done, add -Werror.

aprokop avatar Dec 18 '17 00:12 aprokop

It’s really too bad any meaningful warnings get lost In a sea of teuchos warnings...

tjfulle avatar Dec 18 '17 00:12 tjfulle

I actually don't see any Teuchos warnings from our builds, for instance here.

aprokop avatar Dec 18 '17 00:12 aprokop

On my machine I have a sea of warnings about throwing from destructor. How do I rid myself of those?

tjfulle avatar Dec 18 '17 01:12 tjfulle

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.

aprokop avatar Dec 18 '17 13:12 aprokop

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.

aprokop avatar Dec 21 '17 00:12 aprokop

I've eliminated the remaining SWIG warnings in #220 .

sethrj avatar Mar 08 '18 18:03 sethrj