ico: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Mar 7 06:53:40 UTC 2018


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

New commits:
commit 27bb9485b60408c7bad53abf67f69ca99ab8fa2e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Mar 6 22:50:37 2018 -0800

    Fix more sign-compare warnings
    
    ico.c:1136:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (i=0; i<NumberPolygons; i++) {
                 ^
    
    ico.c:1151:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (i=0; i<NumberPolygons; i++) {
                 ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list