OGRECave / ogre-procedural

procedural geometry for Ogre3D
https://ogrecave.github.io/ogre-procedural/
MIT License
40 stars 15 forks source link

Prevent output pollution in projects which link to the library #155

Closed TaaTT4 closed 4 years ago

TaaTT4 commented 4 years ago

Some header implemented methods still use the fundamental types instead of the more appropriate std::size_t type. This cause a lot of noise (due to compiler warnings) in buiding 64-bit projects. I'm not feeling such confident to replace all the fundamental types, but casting them should silence the compiler without breaking anything (which isn't already broken 😄).