xf86-input-void: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Jul 20 12:34:03 PDT 2013


 src/Makefile.am |    1 +
 src/void.c      |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 1ff7a4ae9c19ffd0713f92a108af284690862d36
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jul 20 12:33:08 2013 -0700

    Fix an integer truncation warning from clang
    
    void.c:114:21: warning: implicit conversion loses integer precision:
      'int' to 'unsigned char' [-Wconversion]
                map[i + 1] = i + 1;
                           ~ ~~^~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e0f0ab22a53899a137a00ada696b42f1cabcdf1c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu May 24 21:37:02 2012 -0700

    Link with $(XORG_LIBS) to support no-undefined linking
    
    Will be empty on most platforms, set to the -z parent=Xorg flag on
    Solaris if building with the support for enforcing no undefined symbols.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list