Here's is the compiler output: Compiling... fccharset.c c:\src\fontconfig-2.3.1.tar\fontconfig-2.3.1\src\fccharset.c(957) : warning C4018: '<' : signed/unsigned mismatch Error executing cl.exe. The warning level is set to 3, which is the default level. Thank you, Matthias -----Original Message----- From: Owen Taylor [mailto:otaylor@xxxxxxxxxx] Sent: Friday, April 29, 2005 11:46 AM To: Matthias Miller Cc: fontconfig@xxxxxxxxxxxxxxxxxxxxx Subject: Re: compilate warning On Wed, 2005-04-27 at 20:15 -0500, Matthias Miller wrote: > I have fixed a compile warning when compiling under Microsoft Visual C++ > 6.0. I would appreciate if the attached diff would be integrated into the > source. I imagine it would be useful to include the information of *what* compilation warning is being fixed. What does the compiler say? It is not particularly obvious why a cast would be needed where you added one. Regards, Owen