libXfont: Changes to 'master'

Adam Jackson ajax at kemper.freedesktop.org
Tue Oct 20 09:52:15 PDT 2015


 src/FreeType/ftfuncs.c |    6 +++---
 src/FreeType/xttcap.c  |    2 +-
 src/bitmap/bdfutils.c  |    4 ++--
 src/util/fontxlfd.c    |   10 +++++-----
 4 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit d66f107d6e714a54515f39d94caf46aef9be7416
Author: Thomas Klausner <wiz at NetBSD.org>
Date:   Wed Feb 25 21:45:50 2015 +0100

    Fix is*() usage.
    
    The argument must be an unsigned char or -1; in these cases
    we know it's not -1 so cast it to unsigned char.
    Fixes
    warning: array subscript is of type 'char' [-Wchar-subscripts]
    
    Signed-off-by: Thomas Klausner <wiz at NetBSD.org>



More information about the xorg-commit mailing list