[ftraster] Pacify compiler.

* src/raster/ftraster.c (ft_black_new) [_STANDALONE_]: `memory' is
not used.
This commit is contained in:
Werner Lemberg 2010-08-29 11:02:24 +02:00
parent 0e95b3d15c
commit 12cf031644
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2010-08-29 Werner Lemberg <wl@gnu.org>
[ftraster] Pacify compiler.
* src/raster/ftraster.c (ft_black_new) [_STANDALONE_]: `memory' is
not used.
2010-08-29 Werner Lemberg <wl@gnu.org>
[cff] Allow SIDs >= 65000.

View File

@ -3385,6 +3385,7 @@
FT_Raster *araster )
{
static TRaster the_raster;
FT_UNUSED( memory );
*araster = (FT_Raster)&the_raster;