← Back to team overview

kicad-developers team mailing list archive

Re: GLM update to 0.9.4.6

 

I think you forgot to attach the patch; I'm not seeing it on my end.

-- Sean Silva


On Sun, Feb 16, 2014 at 8:04 AM, Camille 019 <camille019@xxxxxxxxxxx> wrote:

> 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.
>
> Camille
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>

Follow ups

References