Skip to content

Fixing compiler warnings and an error

Andrew Bauer requested to merge acbauer/vtk:STLReader_compiler_fixes into master

The compiler error was that Apple Clan 9.0.0.9000039 doesn't recognize strtof as part of the C++11 standard. The warnings were efficiency warnings and (in my opinion) an incorrect warning for "Ineffective call of function 'empty()'. Did you intend to call 'clear()' instead?".

Merge request reports