← Back to team overview

kicad-developers team mailing list archive

GLM update to 0.9.4.6

 

The attached patch update GLM to version 0.9.4.6 . This patch remove the following Clang warning.

include/gal/opengl/glm/gtc/../core/func_integer.inl:106:95: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
                        return genUType(detail::highp_int_t(1) << detail::highp_int_t(32) + detail::highp_int_t(x) - detail::highp_int_t(y));
                                                               ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~

I assume that GLM's version in the kicad tree is not patched. If I'm wrong let me know.