forked from minhngoc25a/freetype2
removed bogus warnings
This commit is contained in:
parent
c1b7ca25b8
commit
1a5b515ca8
|
@ -1,5 +1,8 @@
|
|||
2001-10-22 David Turner <david@freetype.org>
|
||||
|
||||
* src/pshinter/pshalgo2.c (psh2_hint_table_record_mask): removed some
|
||||
bogus warnings..
|
||||
|
||||
* include/freetype/internal/ftmemory.h, src/base/ftdbgmem.c: modified
|
||||
the debugging memory manager to report the location (source file name
|
||||
+ line number) where leaked memory blocks are allocated in the source
|
||||
|
|
|
@ -227,8 +227,8 @@ FT_BEGIN_HEADER
|
|||
/* */
|
||||
/* Don't define any of these macros to compile in `release' mode! */
|
||||
/* */
|
||||
/* #define FT_DEBUG_LEVEL_ERROR */
|
||||
/* #define FT_DEBUG_LEVEL_TRACE */
|
||||
#define FT_DEBUG_LEVEL_ERROR
|
||||
#define FT_DEBUG_LEVEL_TRACE
|
||||
|
||||
/*************************************************************************/
|
||||
/* */
|
||||
|
|
|
@ -119,12 +119,6 @@
|
|||
|
||||
limit = hint_mask->num_bits;
|
||||
|
||||
if ( limit != table->max_hints )
|
||||
{
|
||||
FT_ERROR(( "%s.activate_mask: invalid bit count (%d instead of %d)\n",
|
||||
"ps.fitter", hint_mask->num_bits, table->max_hints ));
|
||||
}
|
||||
|
||||
for ( index = 0; index < limit; index++ )
|
||||
{
|
||||
if ( mask == 0 )
|
||||
|
|
Loading…
Reference in New Issue