ref: 12cf031644ddd2531fa315e948aad24499adb251
parent: 0e95b3d15c3005a6575c514018613dbc25bec3a1
author: Werner Lemberg <[email protected]>
date: Sun Aug 29 07:02:24 EDT 2010
[ftraster] Pacify compiler. * src/raster/ftraster.c (ft_black_new) [_STANDALONE_]: `memory' is not used.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-08-29 Werner Lemberg <[email protected]>
+ [ftraster] Pacify compiler.
+
+ * src/raster/ftraster.c (ft_black_new) [_STANDALONE_]: `memory' is
+ not used.
+
+2010-08-29 Werner Lemberg <[email protected]>
+
[cff] Allow SIDs >= 65000.
* src/cff/cffload.c (cff_charset_load): Fix change from 2009-03-20:
--- a/src/raster/ftraster.c
+++ b/src/raster/ftraster.c
@@ -3385,6 +3385,7 @@
FT_Raster *araster )
{
static TRaster the_raster;
+ FT_UNUSED( memory );
*araster = (FT_Raster)&the_raster;