[ftraster] Pacify compiler.

* src/raster/ftraster.c (ft_black_new) [_STANDALONE_]: `memory' is
not used.
dbgmem-more-limiters
Werner Lemberg 15 years ago
parent 0e95b3d15c
commit 12cf031644
  1. 7
      ChangeLog
  2. 1
      src/raster/ftraster.c

@ -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.

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

Loading…
Cancel
Save