From 756655bdf8067b85d7bb361136751e5cf928c1be Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 7 Jun 2003 05:13:22 +0000 Subject: * src/base/ftmac.c (FT_New_Face_From_SFNT): s/rlen/sfnt_size/ to make it compile. * include/freetype/internal/psaux.h, src/truetype/ttgload.h: s/index/idx/ to fix compiler warnings. * src/sfnt/ttcmap0.c (tt_face_build_cmaps): Use more `volatile' to fix compiler warning. * src/gzip/ftgzip.c (BUILDFIXED): Removed. * src/gzip/inftrees.c (inflate_trees_fixed) [!BUILDFIXED]: Use FT_UNUSED to remove compiler warning. --- src/truetype/ttgload.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/truetype/ttgload.h') diff --git a/src/truetype/ttgload.h b/src/truetype/ttgload.h index 04097134f..36c93da84 100644 --- a/src/truetype/ttgload.h +++ b/src/truetype/ttgload.h @@ -4,7 +4,7 @@ /* */ /* TrueType Glyph Loader (specification). */ /* */ -/* Copyright 1996-2001, 2002 by */ +/* Copyright 1996-2001, 2002, 2003 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -33,7 +33,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) TT_Get_Metrics( TT_HoriHeader* header, - FT_UInt index, + FT_UInt idx, FT_Short* bearing, FT_UShort* advance ); -- cgit v1.2.1