freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] trace_gloader is registered in fttrace.h


From: mpsuzuki
Subject: [ft-devel] trace_gloader is registered in fttrace.h
Date: Thu, 9 Jul 2009 13:01:32 +0900

Hi,

During the experiment to pass GID to the indepth
functions parsing the outlines, I found that
src/base/ftgloadr.c defines a macro to classify
the trace message, "trace_gloader" (since its
initial version), but
include/freetype/internal/fttrace.h doesn't know it.
Thus we cannot insert FT_TRACE() in ftgloadr.c.
Just I've fixed that in GIT.

Looking at fttrace.h, there are already many trace
compnents, and manual check (to ensure there's no
missing component) is difficult for the maintainers.

I will write a script to scan all sources and check
unregistered trace components (and unused trace
components), even if they are not harmful.

Regards,
mpsuzuki




reply via email to

[Prev in Thread] Current Thread [Next in Thread]