#274 Added --suppress=duplInheritedMember to both cmake/cppcheck.cmake and .github/workflows/cppcheck.yml in commit 99e9e8d.
This is due to large numbers of unnecessary warnings that are being triggered by the registration of classes by RegisteredType macros and others. It will be useful to check if those warnings can be fixed. However, for now these are not critical.
#274 Added
--suppress=duplInheritedMemberto bothcmake/cppcheck.cmakeand.github/workflows/cppcheck.ymlin commit 99e9e8d.This is due to large numbers of unnecessary warnings that are being triggered by the registration of classes by RegisteredType macros and others. It will be useful to check if those warnings can be fixed. However, for now these are not critical.