Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Add virtual destructor to TestClass in ExceptionObject unit test
Addressed Mac10.14-AppleClang-dbg-ASanUBSan warning: > itkExceptionObjectGTest.cxx:29:9: warning: 'TestClass' has virtual > functions but non-virtual destructor [-Wnon-virtual-dtor] From https://open.cdash.org/viewBuildError.php?type=1&buildid=7093971 Reported by Jon Haitz Legarreta Gorroño at #2374 (comment) Also added an explicit default-constructor, and disallowed copy and move.
- Loading branch information