[ftraster] Pacify compiler.
* src/raster/ftraster.c (ft_black_new) [_STANDALONE_]: `memory' is not used.
This commit is contained in:
parent
0e95b3d15c
commit
12cf031644
|
@ -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…
Reference in New Issue