Silence cppcheck for now

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1055 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2014-05-09 13:11:11 +00:00
parent 89de6df7b6
commit dfa030339b

View File

@@ -423,7 +423,7 @@ bool _OMWriter_::write_binary(std::ostream& _os, BaseExporter& _be,
OMFormat::Chunk::Entity_Mesh, swap );
}
//std::clog << "#bytes written: " << bytes << std::endl;
std::clog << "#bytes written: " << bytes << std::endl;
return true;
}