Folks,

it seems that g++ 4.5.0 is ridiculously picky w.r.t. type-punning:
While previous g++ versions have been made silent successfully, the
latest version reports zillions of warnings.

The code hasn't changed basically; all warnings stem from macros like
`FT_NEW' or `FT_NEW_ARRAY', and IMHO there are definitely *no*
type-punning issues since it is always related to type-converting
malloc's `void *' return value, and this should be harmless AFAIK.

Anybody on the list who has more insight, probably be able to suggest
a fix which we could apply to the git repository?

To see the warnings, say

  sh autogen.sh
  ./configure CC=g++
  make

within a clean copy of the git repository.


    Werner

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to