transset: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu May 7 22:53:30 PDT 2015


 dsimple.c |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

New commits:
commit 0e08633cb33874840915db81b8c11503ec9efa0c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu May 7 22:52:22 2015 -0700

    Fix warnings about signed vs. unsigned comparison
    
    Part of https://bugs.freedesktop.org/show_bug.cgi?id=25542
    
    dsimple.c:262:19: warning: comparison of integers of different signs: 'int' and
          'unsigned int' [-Wsign-compare]
        for (i = 0; i < nchildren; i++) {
                    ~ ^ ~~~~~~~~~
    dsimple.c:296:19: warning: comparison of integers of different signs: 'int' and
          'unsigned int' [-Wsign-compare]
        for (i = 0; i < nchildren; i++) {
                    ~ ^ ~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list