xprop: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Nov 15 00:58:06 UTC 2022


 .gitlab-ci.yml |    4 -
 dsimple.c      |   24 +++++-----
 xprop.c        |  126 +++++++++++++++++++++++++++------------------------------
 3 files changed, 75 insertions(+), 79 deletions(-)

New commits:
commit 6e2ab69bc4e339c555b03037db3c073d1a5fa965
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Nov 8 19:04:05 2022 -0800

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

commit b14f4fa558db643d1462e9346f138122cb63ce28
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Nov 8 18:48:44 2022 -0800

    Resolve many gcc -Wsign-compare warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f7b1a3f4fec15a0f0a0cd95308f29310adb023a4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Nov 8 18:34:35 2022 -0800

    Rename "dpy" function arguments to "display" to avoid shadowing global
    
    Clears many gcc -Wshadow warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 07f869b9024847a98d0593a3d05cff122ae7c8eb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Nov 8 18:24:23 2022 -0800

    Declare help() and print_help() as static
    
    Resolves gcc -Wmissing-prototypes warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 7ae07138436c9700c65192c4fbc3015819999666
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Nov 8 18:23:21 2022 -0800

    Mark help(), usage(), and grammar() with _X_NORETURN _X_COLD
    
    Resolves gcc -Wsuggest-attribute=noreturn warning
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 55c9f8d4b5caf48c1d79252340e1750e160ded1e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Jul 28 17:30:21 2022 -0700

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



More information about the xorg-commit mailing list