syoyo / tinyobjloader-c

Header only tiny wavefront .obj loader in pure C99
412 stars 60 forks source link

Suppress fpermissive warning #10

Closed bbblitz closed 5 years ago

bbblitz commented 5 years ago

Suppresses a warning issued by gcc by explicitly casting a void pointer to the correct type

syoyo commented 5 years ago

Thanks! merged.