Hi, On Fri, 22 Dec 2006 15:38:24 -0500 "Sean McBride" <[EMAIL PROTECTED]> wrote: >I would imagine these warnings would be seen on linux too, >has anyone built freetype in 64 bit on linux?
I guess you've checked with "-Wshorten-64-to-32" that Apple added to their gcc4 diversion. The building on Linux/x86_64 with "-Wall" don't warn about implicit cast from 64bit long to 32bit int. Thus, most developers using Linux/x86_64 never seen the warning, I suppose. The option "-Wconversion" of genuine gcc may detect similar casting issues, but it's too strict than Apple's option. I won't have enough time to work this issue until 2007-01-15, sorry. Regards, mpsuzuki _______________________________________________ Freetype-devel mailing list Freetype-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/freetype-devel