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 _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
