Some more cppcheck fixes

This commit is contained in:
Jan Möbius
2023-03-01 12:58:05 +01:00
parent c18457ae02
commit 12e1efdb8a
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));