xcompmgr: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 4 00:03:12 UTC 2022


 .gitlab-ci.yml |    4 ++--
 configure.ac   |    3 ++-
 xcompmgr.c     |   21 ++++++++-------------
 3 files changed, 12 insertions(+), 16 deletions(-)

New commits:
commit 94ac89d540b09841479a30158158a08ecb032a95
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 29 11:39:28 2022 -0700

    Remove unused macros
    
    Reported by clang:
    xcompmgr.c:159:9: warning: macro is not used [-Wunused-macros]
     #define TRANS_OPACITY   0.75
             ^
    xcompmgr.c:166:9: warning: macro is not used [-Wunused-macros]
     #define SHADOWS         1
             ^
    xcompmgr.c:167:9: warning: macro is not used [-Wunused-macros]
     #define SHARP_SHADOW    0
             ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 6f0f20dc0cefe96209f57099a92f7c6ace7cc5fd
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 29 11:37:24 2022 -0700

    Mark usage() as _X_COLD _X_NORETURN
    
    Suggested by clang:
    xcompmgr.c:1963:1: warning: function 'usage' could be declared with
      attribute 'noreturn' [-Wmissing-noreturn]
    {
    ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 815c95d612b6f71dc4651c976b894d9a8f1fa15d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 29 11:30:47 2022 -0700

    Resolve -Wshadow warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e816aa66a6f0ec0354595d9ec67182b481aee167
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