Merge branch 'cpp_check' into 'master'

Some more cppcheck fixes

See merge request OpenMesh/OpenMesh!331
This commit is contained in:
Jan Möbius
2023-03-01 13:15:30 +00:00
11 changed files with 77 additions and 77 deletions

View File

@@ -409,7 +409,7 @@ write_stlb(std::ostream& _out, BaseExporter& _be, Options /* _opt */, std::strea
size_t
_STLWriter_::
binary_size(BaseExporter& _be, Options /* _opt */) const
binary_size(BaseExporter& _be, const Options& /* _opt */) const
{
size_t bytes(0);
size_t _12floats(12*sizeof(float));