Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
126 stars 49 forks source link

Mark NcException::what() as override for std::exception::what() #152

Closed PhilMiller closed 3 months ago

PhilMiller commented 4 months ago

When building with GCC's flag -Wsuggest-override, this was called out as missing.

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.