freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] warning report


From: Werner LEMBERG
Subject: Re: [Devel] warning report
Date: Sat, 09 Jun 2001 10:38:53 +0200 (CEST)

> As I read you paid special attention to remove warnings, I just
> report 3 I found on the 2.0.3 under msdev6 It is in ftcalc.c and
> related to cast from __int64 to long (lines 151, 191, 235) Basically
> the "FIXFLOAT" computation is done internally using 64 bits but a
> long is returned. I guess it is safe as the extended precision is
> needed only temporarily.  I can send you the modified file if you
> want

May I suggest that you get the GNU `diff' utility program (which
surely exists as a precompiled binary for Windows) and send the output
of

   diff -u old-file new-file

(note the `-u' switch) to the list.  `diff' is an invaluable tool for
reporting patches.  It is hard to believe that so many MS users can
live without it.


    Werner



reply via email to

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