xsetroot: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 22 00:29:08 UTC 2022


 .gitlab-ci.yml |    4 ++--
 xsetroot.c     |   24 +++++++++++++-----------
 2 files changed, 15 insertions(+), 13 deletions(-)

New commits:
commit 71912c99a938d7801dd5e21b89d3f885b9785d5c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 16 12:25:23 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 43532f210bd0d5fbb89cbcae5989ce6c1cf2b7d6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 15 12:10:09 2022 -0700

    Handle -Wsign-compare warnings
    
    xsetroot.c: In function ‘CreateCursorFromFiles’:
    xsetroot.c:426:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
      426 |     if ((x_hot < 0) || (x_hot >= width) ||
          |                               ^~
    xsetroot.c:427:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
      427 |         (y_hot < 0) || (y_hot >= height)) {
          |                               ^~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 98c9bf1a07a342ffd86e8a96b9f6c8a24966816f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 15 12:07:23 2022 -0700

    Variable scope reductions as recommended by cppcheck
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list