> WARNING: While resolving call to function 'FTC_GNode_Compare'
> arguments were dropped!

No idea what this is...

> base/fttrigon.c: In function 'FT_Vector_Rotate':
> base/fttrigon.c:439: warning: right shift count >= width of type
> base/fttrigon.c:440: warning: right shift count >= width of type

Hmm.  For me, this warning appears to be completely useless.  Any
value larger or equal to 32 makes the result consisting of zeros only,
and there is no datatype which holds only 5 bits.  Does the compiler
expect a bitmask or what?  Can you dig into the compiler's
documentation to give more details?


     Werner


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to