diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-15 23:04:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-23 17:21:06 -0700 |
commit | e8d20171fe04dbdc5f97739d5a59e02f0b091ba0 (patch) | |
tree | 3da39f3fc3db965a115471aa1b154b62109cb051 /src/FreeType | |
parent | c2b7758d268fd98e09c3e66a0e7717b47ff12a47 (diff) |
Don't build unused code in bitmapfunc.c if all bitmap formats are disabled
If the only bitmaps we support are builtins, don't need the code to
register all the bitmap font file handlers.
Fixes gcc warnings:
bitmapfunc.c:110:1: warning: 'BitmapOpenBitmap' defined but not used [-Wunused-function]
BitmapOpenBitmap (FontPathElementPtr fpe, FontPtr *ppFont, int flags,
^
bitmapfunc.c:155:1: warning: 'BitmapGetInfoBitmap' defined but not used [-Wunused-function]
BitmapGetInfoBitmap (FontPathElementPtr fpe, FontInfoPtr pFontInfo,
^
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: RĂ©mi Cardona <remi@gentoo.org>
Diffstat (limited to 'src/FreeType')
0 files changed, 0 insertions, 0 deletions