ChimeraTK / project-template

Template for new projects. Can also be used to update cmake scripts in existing projects by merging the changes. This repository intentionally does not have a README.md (which would create conflicts in the projects using this template). For documentation, please follow this link:
https://github.com/ChimeraTK/project-template/blob/master/HowTo_project-template.md
GNU Lesser General Public License v3.0
1 stars 3 forks source link

chore(project-template): remove slicing object linter warning #46

Closed mhier closed 6 months ago

mhier commented 6 months ago

This warning is frequently hit when using e.g. the ReadAnyGroup in ApplicationCore, but we fail to see any benefit coming from this warning for other scenarious. Hence we decided to disable it. Object slicing is valid C++ and the behaviour is rather obvious.