freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freetype] Compiler warnings


From: Farhad Khalafi
Subject: [Freetype] Compiler warnings
Date: Fri, 30 Jul 2004 09:31:04 -0600

Building 2.1.9 release with Microsoft .Net compiler 2003 produces the following compiler warnings:

 

truetype.c

warning C4244: '=' : conversion from 'FT_ULong' to 'FT_String', possible loss of data

warning C4244: '=' : conversion from 'FT_ULong' to 'FT_String', possible loss of data

warning C4244: '=' : conversion from 'FT_ULong' to 'FT_String', possible loss of data

warning C4244: '=' : conversion from 'FT_ULong' to 'FT_String', possible loss of data

warning C4244: '+=' : conversion from 'FT_Long' to 'FT_Short', possible loss of data

warning C4244: '+=' : conversion from 'FT_Long' to 'FT_Short', possible loss of data

pcf.c

warning C4244: '=' : conversion from 'FT_Long' to 'FT_Short', possible loss of data

bdf.c

warning C4244: '=' : conversion from 'long' to 'FT_Short', possible loss of data

 

These all relate to implicit type conversion (probably harmless). Since my previous version (2.1.4) only generated one of these, I decided to share them with the group.

 

Thanks.

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]