NOAA-OWP / ngen

Next Generation Water Modeling Engine and Framework Prototype
Other
82 stars 57 forks source link

Fix warnings about non-virtual destructors for non-BMI classes with virtual methods #830

Closed PhilMiller closed 3 weeks ago

PhilMiller commented 3 weeks ago

We want to build warning-clean, and -Wnon-virtual-dtor can signal some serious potential errors. This PR fixes internal cases that trigger the warning.

Changes

Testing

  1. CI

Notes

Checklist