g-truc / glm

OpenGL Mathematics (GLM)
https://glm.g-truc.net
Other
9.05k stars 2.1k forks source link

Cast clock_t to match printf format specifier #1266

Closed AMDmi3 closed 5 months ago

AMDmi3 commented 5 months ago

This is needed since clock_t type is unspecified and may differ from unsigned int.