NOAA-OWP / ngen

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

Fix warnings from -Wsuggest-override #827

Closed PhilMiller closed 1 month ago

PhilMiller commented 1 month ago

We want to be able to build the code as strictly as possible without compiler warnings. This fixes warnings from -Wsuggest-override, which indicates the potential for hidden mistakes relating to dynamic method dispatch, and hence incorrect results.

Changes

Testing

  1. CI passes with no instances of the offending warning

Notes

Checklist