HomePhabricator
Diffusion MITK f5b2ede9095f

added explicit cast of vector::size() to unsigned int to avoid warnings

Description

added explicit cast of vector::size() to unsigned int to avoid warnings

unfortunately there is no way to change the vtk methods which needs the unsigned int as parameter. But the size of the std::string must exceed 4.2 million characters to cause an error. This means about 400 MB text data, we think this won't happen.

Details

Provenance
franzaAuthored on Dec 5 2012, 2:05 PM
Parents
rMITK1574851deebc: changed data type of local variable to size_t to make method safe
Branches
Unknown
Tags
Unknown