listres: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jun 9 01:35:11 UTC 2019


 Makefile.am |    3 ++-
 listres.c   |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit c29b2a9e452d660a334013eaa2a3497ffe3b37f4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jun 8 18:33:38 2019 -0700

    Fix -Wsign-compare warnings
    
    listres.c:174:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i = 0; i < node->nresources; i++, res++, wn++) {
                       ^
    listres.c:186:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for (i = 0; i < node->nconstraints; i++, res++, wn++) {
                       ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit af3e08de98ba89d090243ef217636678f7a42831
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jun 8 18:30:19 2019 -0700

    Pass -D_CONST_X_STRING to make libXt declare String as const char *
    
    Clears up 10 of the 20 gcc -Wdiscarded-qualifiers warnings in the listres build
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list