xwininfo: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Nov 20 20:43:25 UTC 2022


 .gitlab-ci.yml |    4 +--
 dsimple.c      |   11 +++++----
 xwininfo.c     |   64 +++++++++++++++++++++++++++++----------------------------
 3 files changed, 41 insertions(+), 38 deletions(-)

New commits:
commit a60fe9c681990e0710e81ce88839aef2247e0d28
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 13 15:43:57 2022 -0800

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

commit a4505ad3a938cfecb501b1ce806aa39ead42ec81
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 13 15:19:02 2022 -0800

    Silence -Wdiscarded-qualifiers warning on systems with non-const iconv
    
    xwininfo.c: In function ‘print_utf8’:
    xwininfo.c:1914:26: warning: initialization discards ‘const’ qualifier
     from pointer target type [-Wdiscarded-qualifiers]
      ICONV_CONST char *inp = u8str;
                              ^~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 41ea77d4b64413648dd2fb61c42bf7b980b17783
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