[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft-devel] A few compiler warnings from Mac OS's gcc.
From: |
Hin-Tak Leung |
Subject: |
[ft-devel] A few compiler warnings from Mac OS's gcc. |
Date: |
Sat, 22 Feb 2014 18:39:31 +0000 (GMT) |
Hi Werner,
There are a few warnings from an old Mac OS X's compiler,
You might want to look into them?
The long long seems to be harmless - but I am somewhat surprised
you have a warning suppression for gcc 4.6(?) near one of these - the compiler
itself reports itself as "(GCC) 4.2.1 (Apple Inc. build 5664)" hence not
suppressed. You might want to extend the suppression backwards?
The right-shift's aren't obvious - I bet you'll know what's supposed to happen
when you see them.
ftconfig.h:532: warning: ISO C90 does not support 'long long'
ftconfig.h:535: warning: ISO C90 does not support 'long long'
src/truetype/ttinterp.c:1516: warning: ISO C90 does not support 'long long'
src/truetype/ttinterp.c:1521: warning: ISO C90 does not support 'long long'
src/truetype/ttinterp.c:1596: warning: ISO C90 does not support 'long long'
src/truetype/ttinterp.c:1597: warning: ISO C90 does not support 'long long'
src/base/fttrigon.c:384: warning: right shift count >= width of type
src/base/fttrigon.c:385: warning: right shift count >= width of type
Hin-Tak
- [ft-devel] A few compiler warnings from Mac OS's gcc.,
Hin-Tak Leung <=