[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] 64 bit build of freetype on Mac OS X, compiler warnings
From: |
mpsuzuki |
Subject: |
Re: [ft-devel] 64 bit build of freetype on Mac OS X, compiler warnings |
Date: |
Mon, 25 Dec 2006 03:45:52 +0900 |
Hi,
On Fri, 22 Dec 2006 15:38:24 -0500
"Sean McBride" <address@hidden> 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